If you are a new visitor to our site, please read the Getting Started guide, and the Property List Workshop series. This is a four-part series on how to add settings for your application to the Settings application, and how to access those settings from within your application. The user of your application can access preferences you’ve […]
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 […]
Last week you learned what a property list is and got an overview of the PropertyList application you will create in the series. You also downloaded the the Xcode project you’ll develop in this Property List series. Add Code in The AppDelegate Files Today, you’ll add code in the AppDelegate class files to set up […]
If you are a new visitor to our site, please read the Getting Started guide and the tableView workshop series. This is a three-part series that’ll teach you how create and use Property List file in an iOS application. What is a Property List? A property list is an XML file for persisting and restoring small amounts of data. A property […]