---
title: canStepForward
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritem/canstepforward
---

# canStepForward

A Boolean value that indicates whether the item supports stepping forward.

## Declaration

```swift
nonisolated var canStepForward: Bool { get }
```

## Discussion

Discussion Once the item becomes ready to play, the value of this property does not change. This behavior applies even when boundary conditions, such as when the item’s current time is equal to its end time, have been reached.

## See Also

### Stepping through media

- [canStepBackward](avfoundation/avplayeritem/canstepbackward.md)
- [step(byCount:)](avfoundation/avplayeritem/step(bycount:).md)
