iphoneiosmpmediaplayercontroller

How to add Next/Previous button/Controll in MPMediaPlayerController in xcode?


I have added MPMediaPlayerController in my View but it only shows Play and Pause Button.

The control does not show Next/Previous button.

How to add Next/Previous control in MPmediaPlayerController ?


Solution

  • [mp setControlStyle:MPMovieControlStyleFullscreen]; // mp is an instance of MPMoviePlayerController