showsFrameSteppingButtons
A Boolean value that determines whether the player view displays frame stepping buttons.
Declaration
var showsFrameSteppingButtons: Bool { get set }Discussion
Setting this property value to true results in the player view replacing its fast-forward and rewind controls with frame stepping buttons. This property is currently supported only with a controlsStyle of AVPlayerViewControlsStyle.floating.
The default value is false.