Login required for access
In order to watch this lesson, you'll need to login to the website.
Podcasts UITableViewController UISearchController
Podcasts
As you can imagine, we'll need to start off our application by building out a list that will display the available Podcasts during the search process. Many developers will build out a stub of what this list will render first, and then move onto hooking up an external API to fill up the list with real data. Thus in this lesson, we will build out a simple list that contains fake data using a UITableViewController. Next, we'll wrap up this lesson by implementing a UISearchController for searching in the navigation area. This is a new feature of iOS 11 that has been implemented to accompany large titles. Super easy to setup so let's see how we can do this.

Comments (11)
4 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
HELP & SUPPORT