Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to make MobliMoviePlayerController controls appear programatically?

I am trying to show controls (play/stop/duration..) of

MobliMoviePlayerController
when entering fullscreen, like when you tap the screen.

This is what I've tried:

-(void)moviePlayerDidEnterFullscreen: (NSNotification*)notification {

         self.timePausedOnFullScreen = nil;

         self.controlStyle =MPMovieControlStyleEmbedded;

         // I have also tried MPMovieControlStyleFullscreen and MPMovieControlStyleDefault

}

The code enters the function when going to fullscreen, but nothing happens.

iPhone 5, iOS 7

Posted on Jan 22, 2014 8:37 AM

Reply

There are no replies.

How to make MobliMoviePlayerController controls appear programatically?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.