You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chapter 12: Creating a Simple iPhone App, Part 1, it is recommended to compare user IDs in SelectUserTableViewController instead of name, as name may not be unique and could result in multiple users being selected.
The provided Swift code comparison can then be updated as follows:
In Chapter 12: Creating a Simple iPhone App, Part 1, it is recommended to compare user IDs in
SelectUserTableViewController
instead ofname
, asname
may not be unique and could result in multiple users being selected.The provided Swift code comparison can then be updated as follows:
The text was updated successfully, but these errors were encountered: