---
title: isSkipBackwardEnabled
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/isskipbackwardenabled
---

# isSkipBackwardEnabled

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

## Declaration

```swift
var isSkipBackwardEnabled: Bool { get set }
```

## Discussion

Discussion This property affects the appearance of the backward-skipping indicator. The value you set for the player view controller’s skippingBehavior property determines its backward-skipping behavior.

## See Also

### Configuring skipping behavior

- [isSkipForwardEnabled](avkit/avplayerviewcontroller/isskipforwardenabled.md)
- [skippingBehavior](avkit/avplayerviewcontroller/skippingbehavior.md)
- [AVPlayerViewControllerSkippingBehavior](avkit/avplayerviewcontrollerskippingbehavior.md)
