I want to hide the controls from the MPMoviePlayer with this code:
-(IBAction)video:(id)sender { NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath =
You are repeating code. MPMoviePlayerViewController has MPMoviePlayerController. So use it as movieplayervc.moviePlayer.controlStyle = MPMovieControlStyleNone;
movieplayervc.moviePlayer.controlStyle = MPMovieControlStyleNone;