iOS Swift - Navigation
Given the following code in prepare(for:sender:):
if let dest = segue.destination as? ProfileViewController {
dest.userName = "Alice"
}
What will be the value of userName in ProfileViewController after the segue?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions