<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewControllerDelegate/skipToNextItem(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVPlayerViewControllerDelegate(im)skipToNextItemForPlayerViewController:"
  },
  "title" : "skipToNextItem(for:)"
}
-->

# skipToNextItem(for:)

Tells the delegate when the user requests skipping to the next item in the timeline.

```
optional func skipToNextItem(for playerViewController: AVPlayerViewController)
```

## Parameters

`playerViewController`

The player view controller.

## Discussion

The framework calls this method when you set the player view controller’s skipping behavior to [`AVPlayerViewControllerSkippingBehavior.skipItem`](/documentation/AVKit/AVPlayerViewControllerSkippingBehavior/skipItem) and a user performs a forward skip gesture (by pressing the right side of the Siri Remote’s Touch surface). Implement this method to update the player view controller’s [`player`](/documentation/AVKit/AVPlayerViewController/player) to play the next player item.

---

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)