In order to view this lesson, you must purchase this course.
We've now successfully implemented the searching and playing of the podcasts in our app. Everything looks great so far, however you'll notice that every time we restart our application we have to search for our favorite podcasts every time. It would be nice to implement some way to easily save the podcasts we want to listen to upon opening our app.
In this lesson, we'll implement the view controller that will reveal all of our favorited podcasts. Let's first start with stubbing out a <b>UICollectionViewController</b> that will show some dummy data.