Creating Table Views
To present our podcast feeds, we need to create a table view and then code up an implementation of UITableViewDataSource that uses our parsed PodcastFeed—specifically, its list of episodes—to populate the table.
To create a view, we need to go to Main.storyboard. Here we have the one scene for the player, which we worked on for a few chapters. The table of podcast episodes is going to be a new scene, and in the next chapter we will connect the two scenes.
Creating Tables in Interface Builder
Every scene has some kind of view controller as its root object. Recall that our player scene is built around a class just called
Get iOS 10 SDK Development, 1st 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.