Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何确定是否MPMoviePlayerController处于全屏模式?
MPMoviePlayerController
来自苹果的 doco:
使用 MPMoviePlayerWillEnterFullscreenNotification 和 MPMoviePlayerWillExitFullscreenNotification 通知来检测全屏模式的变化。
还有一个全屏属性:
一个布尔值,指示电影播放器是否处于全屏模式。