<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewController/isSkipForwardEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerViewController(py)skipForwardEnabled"
  },
  "title" : "isSkipForwardEnabled"
}
-->

# isSkipForwardEnabled

A Boolean value that indicates whether forward-skipping is available.

```
var isSkipForwardEnabled: Bool { get set }
```

## Discussion

This property affects the appearance of the forward-skipping indicator. The value you set for the player view controller’s [`skippingBehavior`](/documentation/AVKit/AVPlayerViewController/skippingBehavior) property determines its forward-skipping behavior.

---

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)