Media Summary: Introduce the app development process and apply it to the first project, an app to display a quote. Set up the project on Xcode. Introduction to the Xcode development environment. Set up source control locally and using an ... Modify the ContactPerson to conform to the NSCoding protocol and modify the ContactPersonDataSource to save the contacts to ...
Basic Iphone Swift 3 Module - Detailed Analysis & Overview
Introduce the app development process and apply it to the first project, an app to display a quote. Set up the project on Xcode. Introduction to the Xcode development environment. Set up source control locally and using an ... Modify the ContactPerson to conform to the NSCoding protocol and modify the ContactPersonDataSource to save the contacts to ... Plan the development of the address book app and develop the iteration plan. Discuss a two step conversion process, introduce NSDictionary, UIPickerView. Review the API documentations of the picker view, ... Part I of the conversion process: Discuss the convert iteration. Build the user interface and start implementing the convert function.
Create the model types needed. Use classes to create a ContactPerson type and a ContactPersonDataSource type to manage the ... Set up the project in Xcode including app icons, launch screen, configuration, and source code repository. 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 list ... Added the ability to sort the array of unit names. Added second picker view. Implement the delete and move feature on the contacts list and the table view controller.