With the maximize and minimize animations more or less complete, we're now ready to introduce our Mini Player View for the minimize version of our player. This view will contain 4 components, the episode image and title as well as play/pause/fast forward buttons. A very easy way of implementing this is to introduce it to our PlayerDetailsView.xib file right on top of everything. Showing and hiding our views will require some additional code changes during our animations. Let's see how we can do this.