---
title: isReadyForDisplay
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerview/isreadyfordisplay
---

# isReadyForDisplay

A Boolean value that indicates whether the current player item’s first video frame is ready for display.

## Declaration

```swift
var isReadyForDisplay: Bool { get }
```

## Discussion

Discussion This property value is key-value observable.

## See Also

### Customizing the video presentation

- [videoBounds](avkit/avplayerview/videobounds.md)
- [videoGravity](avkit/avplayerview/videogravity.md)
