Show all the controls of MPMovieplayercontroller always-iphone
Anyway to show all the controls of MPMoviePlayerController always.
like below 开发者_高级运维screenshot
Any suggestions please
Look at controlStyle
property :
MPMovieControlStyleEmbedded
Controls for an embedded view are displayed. The controls include a start/pause button, a scrubber bar, and a button for toggling between fullscreen and embedded display modes.
MPMovieControlStyleFullscreen
Controls for fullscreen playback are displayed. The controls include a start/pause button, a scrubber bar, forward and reverse seeking buttons, a button for toggling between fullscreen and embedded display modes, a button for toggling the aspect fill mode, and a Done button. Tapping the done button pauses the video and exits fullscreen mode.
精彩评论