<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerView/showsFrameSteppingButtons",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerView(py)showsFrameSteppingButtons"
  },
  "title" : "showsFrameSteppingButtons"
}
-->

# showsFrameSteppingButtons

A Boolean value that determines whether the player view displays frame stepping buttons.

```
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`](/documentation/AVKit/AVPlayerView/controlsStyle) of [`AVPlayerViewControlsStyle.floating`](/documentation/AVKit/AVPlayerViewControlsStyle/floating).

The default value is `false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)