Category: Objc App Development

Property List Workshop 3: Add Content in The Plist File

Last week you added code in the AppDelegate class files to create three methods for interacting with the plist file’s data. You added code in the AppDelegate didFinishLaunchingWithOptions method to create a plist file called, glossary.plist in the application sandbox’s Documents directory. Now, in this workshop, you’ll add code in the MasterViewController.m file’s viewDidLoad method […]