I want to hide the controls from the MPMoviePlayer with this code:
-(IBAction)video:(id)sender { NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath =
My player is set up in the viewDidLoad and this line hides the MPMoviePlayerController. I have intialised my MPMoviePlayer controller as *stream.
stream.view.hidden = YES;
Hope this helps!