Media Summary: Modify the ContactPerson to conform to the NSCoding protocol and modify the ContactPersonDataSource to save the Create the model types needed. Use classes to create a ContactPerson type and a ContactPersonDataSource type to manage the ... A lot is happening in this iteration including the use of modal segue with exit (or unwind) segues to have multiple options to return.
Module 3 Address Book File - Detailed Analysis & Overview
Modify the ContactPerson to conform to the NSCoding protocol and modify the ContactPersonDataSource to save the Create the model types needed. Use classes to create a ContactPerson type and a ContactPersonDataSource type to manage the ... A lot is happening in this iteration including the use of modal segue with exit (or unwind) segues to have multiple options to return. Use static cells on a table view controller to display the details of a contact. Use segue to transfer the selected contact from the Implement the delete and move feature on the Display the details of the contact in a new view. use view controller to display the contact details in UILabel components.