<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewControlsStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerViewControlsStyle"
  },
  "title" : "AVPlayerViewControlsStyle"
}
-->

# AVPlayerViewControlsStyle

Constants that indicate which user interface controls the view displays.

```
enum AVPlayerViewControlsStyle
```

## Topics

### Creating a controls style

[`init(rawValue:)`](/documentation/AVKit/AVPlayerViewControlsStyle/init(rawValue:))

### Controls Styles

[`AVPlayerViewControlsStyle.none`](/documentation/AVKit/AVPlayerViewControlsStyle/none)

The view displays no playback controls.

[`AVPlayerViewControlsStyle.inline`](/documentation/AVKit/AVPlayerViewControlsStyle/inline)

The view displays playback controls in a bar along the view’s bottom edge.

[`AVPlayerViewControlsStyle.floating`](/documentation/AVKit/AVPlayerViewControlsStyle/floating)

The view displays playback controls in a floating window over the video content.

[`AVPlayerViewControlsStyle.minimal`](/documentation/AVKit/AVPlayerViewControlsStyle/minimal)

The view presents basic controls to play and pause playback.

[`default`](/documentation/AVKit/AVPlayerViewControlsStyle/default)

The view’s default controls style.



---

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)