---
title: AVPlayerViewControlsStyle
framework: avkit
role: symbol
role_heading: Enumeration
path: avkit/avplayerviewcontrolsstyle
---

# AVPlayerViewControlsStyle

Constants that indicate which user interface controls the view displays.

## Declaration

```swift
enum AVPlayerViewControlsStyle
```

## Topics

### Creating a controls style

- [init(rawValue:)](avkit/avplayerviewcontrolsstyle/init(rawvalue:).md)

### Controls Styles

- [AVPlayerViewControlsStyle.none](avkit/avplayerviewcontrolsstyle/none.md)
- [AVPlayerViewControlsStyle.inline](avkit/avplayerviewcontrolsstyle/inline.md)
- [AVPlayerViewControlsStyle.floating](avkit/avplayerviewcontrolsstyle/floating.md)
- [AVPlayerViewControlsStyle.minimal](avkit/avplayerviewcontrolsstyle/minimal.md)
- [default](avkit/avplayerviewcontrolsstyle/default.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Customizing the user interface

- [controlsStyle](avkit/avplayerview/controlsstyle.md)
- [showsFrameSteppingButtons](avkit/avplayerview/showsframesteppingbuttons.md)
- [showsSharingServiceButton](avkit/avplayerview/showssharingservicebutton.md)
- [showsFullScreenToggleButton](avkit/avplayerview/showsfullscreentogglebutton.md)
- [showsTimecodes](avkit/avplayerview/showstimecodes.md)
- [contentOverlayView](avkit/avplayerview/contentoverlayview.md)
- [actionPopUpButtonMenu](avkit/avplayerview/actionpopupbuttonmenu.md)
- [updatesNowPlayingInfoCenter](avkit/avplayerview/updatesnowplayinginfocenter.md)
