How can I set up a movie player controller view to stay present in the superview of the parent view, while playing? Basically, I have it setup to play in NON fullscreen, so you can still easily navigate to other parts of the app. The audio keeps playing in the background when I click on other tabs or navigate back, but when I return to where I was, the movieplayercontroller is gone, with no way for me to pause it, or scrub to a different point. Current code is to just set up the MPMoviePlayerController and add it as a subview, so is there a way to get it to stay on the subview?
Clarification: MP3s are what I am playing. They are loaded in a Table View, and when they are selected, they play in a new detail view. I am trying to figure out a way to get back to that detail view screen, if the user backs out into the normal table view.
Clarification: MP3s are what I am playing. They are loaded in a Table View, and when they are selected, they play in a new detail view. I am trying to figure out a way to get back to that detail view screen, if the user backs out into the normal table view.
Last edited: