-1

I want to hide the rewind and forward buttons beside the play button in AVPlayerViewController. Is it possible to do so?

basum
  • 319
  • 1
  • 3
  • 18

1 Answers1

0

You cannot specifically hide those buttons. Its either hide everything or show everything using the method setShowsPlaybackControls. You can try using the contentOverlayView to manipulate them.

barryjones
  • 2,149
  • 1
  • 17
  • 21