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.
我想隐藏 AVPlayerViewController 中播放按钮旁边的快退和前进按钮。有可能这样做吗?
您不能专门隐藏这些按钮。它要么隐藏所有内容,要么使用 setShowsPlaybackControls 方法显示所有内容。您可以尝试使用 contentOverlayView 来操作它们。