有没有办法在播放视频时只隐藏 AVPlayer 中的 Next 和 Previous 按钮
您只能通过AVPlayerViewController showsPlaybackControls
property 将它们全部隐藏或全部显示。 ,所以我建议您使用开源或第三方库或框架来为您控制 AVPlayer。
如建议by this related question , 其中 ultimately points to this GitHub project .然后,您可以删除或隐藏您不想显示的控件。
或者,you could create your own controls调用并控制 AVPlayer。
关于ios - 如何在 AVPlayer 中只隐藏下一个和上一个按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34669046/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |