In order to view this lesson, you must purchase this course.
In the last lesson, we were able to execute a few animations to minimize and maximize our player view. In today's video, let's go over how to hook up our player view with the episode that we are trying to play in EpisodesController. In order to do this, we'll access our MainTabBarController instance through the UIApplication.shared singleton instance. Once you understand how this works, everything should be quite straightforward and easy to implement. Enjoy.