With our Podcast Searching feature now mostly taken care of, it's time to move on by showing our Episodes Controller page whenever we select a Podcast. This is extremely easy and straightforward to implement in code by handling the didSelectRowAtIndexPath method for our table view. Once we get the implementation for this going, we will show a list of dummy episodes in our table view.
In the next episode, we will look at parsing our episodes from the feedUrl stream in our iTunes Search API.