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 ...

Get Swift iOS Programming for Kids now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.