ios - 如何在 AVPlayer 中只隐藏下一个和上一个按钮?
<p><p>有没有办法在播放视频时只隐藏 AVPlayer 中的 Next 和 Previous 按钮</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您只能通过<a href="https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVPlayerViewController_Class/#//apple_ref/occ/instp/AVPlayerViewController/showsPlaybackControls" rel="noreferrer noopener nofollow">AVPlayerViewController <code>showsPlaybackControls</code> property</a> 将它们全部隐藏或全部显示。 ,所以我建议您使用开源或第三方库或框架来为您控制 AVPlayer。 </p>
<p>如建议<a href="https://stackoverflow.com/questions/15850306/controls-for-avplayer" rel="noreferrer noopener nofollow">by this related question</a> , 其中 <a href="https://github.com/BeamApp/MusicPlayerViewController" rel="noreferrer noopener nofollow">ultimately points to this GitHub project</a> .然后,您可以删除或隐藏您不想显示的控件。 </p>
<p>或者,<a href="https://stackoverflow.com/questions/29090186/hide-controls-in-avplayerviewcontroller-only-at-start" rel="noreferrer noopener nofollow">you could create your own controls</a>调用并控制 AVPlayer。</p></p>
<p style="font-size: 20px;">关于ios - 如何在 AVPlayer 中只隐藏下一个和上一个按钮?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34669046/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34669046/
</a>
</p>
页:
[1]