Chapter 15: Getting Started with Table Views
In the previous chapter, you configured the ExploreViewController class, the view controller for the Explore screen, to display cuisine information provided by ExploreData.plist in a collection view.
In this chapter, you'll start by learning about table views and table view controllers. You'll implement a table view programmatically (which means implementing it using code instead of storyboards) using a playground, to understand how table views work. Next, you'll create a table view controller for the Locations screen, create a .plist file from scratch to hold a list of locations, create a data manager class to read data from the .plist file, and configure the table view controller to get data from ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access