iPad MPMoviePlayerController - Disable Fullscreen

后端 未结 16 2083
一向
一向 2020-12-06 01:38

Is there a way to disable the fullscreen button of the MPMoviePlayerController ?

16条回答
  •  时光取名叫无心
    2020-12-06 02:03

    You can set controlStyle to Fullscreen. these controls are somewhat different, but it doesn't feature a Fullscreen button!

    [_moviePlayerController setControlStyle:MPMovieControlStyleFullscreen];
    

提交回复
热议问题