The main goal of this workshop is to show you two ways to add rows in the tableView control. You will also learn two ways to dismiss the keyword. Two Ways to Add Rows in The TableView Adding rows in a tableView is pretty much boils down to adding data in the tableView’s dataSource object […]
If you are a new visitor to our site, please read the Getting Started guide. This is a seven part series on how to use the tableView control in an iOS application called ShoppingList. This table outline what’s covered in each workshop. Workshop 1: Adding Rows The main goal of this workshop is to show you two ways to […]
If you are a new visitor to our site, please read the Getting Started guide. In this workshop, you will learn how to use the NSKeyedArchiver and NSKeyedUnarchiver class to save and restore your application’s data in a binary file. You will also learn how to create a binary file in the application’s sandbox. iOS provides several mechanism for saving and […]
This is the final workshop of the PickerView tutorial and in it you will learn how to display images and text in a single component of a PickerView control. Initial Setup Start by launching the PickerView application you’ve been working on. Add a third class file in the project. Provide these options for it. Modify the […]
In last week’s workshop, you learned the basics of using the PickerView control. In this week’s workshop, you will learn how to do the follow: Display two components in the PickerView control. Populate one component of the PickerView control with text strings; the other with images. Display the item the user picked in a TextView […]