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 ...
Get iOS 15 Programming for Beginners - Sixth Edition 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.