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 を使用してそれらを操作してみることができます。