December 2011
Intermediate to advanced
792 pages
20h 20m
English
In the last chapter you created a master-detail app using the application template provided by Xcode. While the app is functional, it is not very useful. In this chapter you will start making the app more useful by adding the ability to add, edit, and remove photo albums. You’ll learn how to work with a table view and its data source and how to delegate protocols, create a new view with a controller, and communicate between view controllers.
When the app runs and the device orientation is landscape, the word Master is displayed at the top of the master view. The table view represents a list of photo albums, so naming this list “Master” doesn’t really make sense. Changing it is simple: You set the title ...
Read now
Unlock full access