MPMoviePlayerController 隐藏 AirPlay 按钮

Posted

技术标签:

【中文标题】MPMoviePlayerController 隐藏 AirPlay 按钮【英文标题】:MPMoviePlayerController hide AirPlay button 【发布时间】:2012-05-14 09:31:13 【问题描述】:

我需要在我的MPMoviePlayerController 中隐藏 AirPlay 按钮,即使完全镜像已打开。有任何想法吗? 谢谢

【问题讨论】:

【参考方案1】:

要隐藏MPMoviePlayerController 的AirPlay 按钮,请将allowsAirPlay 属性设置为NO

【讨论】:

【参考方案2】:

如果您想隐藏 AirPlay 图标,您需要将控件设置为 MPMovieControlStyleNone 或编写您自己的播放器。 (另见:Disable AirPlay with MPMoviePlayerController)

【讨论】:

以上是关于MPMoviePlayerController 隐藏 AirPlay 按钮的主要内容,如果未能解决你的问题,请参考以下文章

如何显示 MPMoviePlayerController 控件?

MPMoviePlayerController 隐藏 AirPlay 按钮

MPMoviePlayerController 上的专辑封面

MPMoviePlayerController 已弃用,现在怎么办?

用 MPMoviePlayerController 替换 AVPlayer

“MPMoviePlayerController”的“initialPlaybackTime”不起作用