---
title: seek
framework: AVKit
role: symbol
role_heading: Type Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: avkit/avplaybackuserinterfaceseekcapabilities/seek
---

# seek

The source supports seeking to specific time positions for precise navigation. Enables jumping directly to any arbitrary point within the seekable time ranges.

## Declaration

```swift
static var seek: AVPlaybackUserInterfaceSeekCapabilities { get }
```
