is there an easy (maybe hacky) way to hide the next / prev buttons on apples MPMoviePlayerController?
i dont want to change the skin, just \"hide\" the skip buttons.
Do like this,
MPMoviePlayerViewController *movie = [[MPMoviePlayerViewController alloc] initWithContentURL:url]; movie.view.frame = CGRectMake(0, 0, width, height); [movie.moviePlayer setControlStyle:MPMovieControlStyleNone];