---
title: allowsPictureInPicturePlayback
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/allowspictureinpictureplayback
---

# allowsPictureInPicturePlayback

A Boolean value that indicates whether the player allows Picture in Picture playback.

## Declaration

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

## Discussion

Discussion Set this value to false to disable Picture in Picture playback. The default value is true.

## See Also

### Configuring Picture in Picture

- [canStartPictureInPictureAutomaticallyFromInline](avkit/avplayerviewcontroller/canstartpictureinpictureautomaticallyfrominline.md)
