Chapter 14. Movie Night - iOS App
Congratulations on making it to the final chapter! In this chapter, we will look at one more useful pattern when creating iPhone apps-making lists using the UITableViewController
type. Lists are very popular in apps since they are an intuitive way of illustrating a list of items. These items can then be added, deleted, or perhaps you can select them to reveal more information about a specific item.
After looking at how you can create a list for your app, we will use that knowledge to build one last app-the Movie Night application. This application will use some of the knowledge we have gained throughout the book, while taking advantage of the pattern of creating lists. Toward the end of the chapter, we will quickly look at how we can install our application on our iPhone so that we are able to carry the application with us, making it easier to show it to our friends and family.
To sum up, this chapter will cover the following topics...