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 […]
Category: Objc App Development
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 […]
The main goal of this workshop is to show you how to present the tableView’s rows in one or more groups. Say we want to group the MasterViewController’s rows; well, would have to first change the tableView’s Style attribute in Interface Builder from Plain to group then modify code in a few methods of the […]