---
title: "exitFullScreenMode(options:)"
framework: quicklookui
role: symbol
role_heading: Instance Method
path: "quicklookui/qlpreviewpanel/exitfullscreenmode(options:)"
---

# exitFullScreenMode(options:)

Instructs the panel to exit full screen mode.

## Declaration

```swift
func exitFullScreenMode(options: [AnyHashable : Any]! = [:])
```

## Parameters

- `options`: This parameter isn’t used — pass nil.

## See Also

### Managing Full Screen Mode

- [enterFullScreenMode(_:withOptions:)](quicklookui/qlpreviewpanel/enterfullscreenmode(_:withoptions:).md)
- [isInFullScreenMode](quicklookui/qlpreviewpanel/isinfullscreenmode.md)
