I want to hide the controls from the MPMoviePlayer with this code:
-(IBAction)video:(id)sender { NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath =
have you tried this [videoPlayerobj setControlStyle:MPMovieControlStyleNone];
[videoPlayerobj setControlStyle:MPMovieControlStyleNone];