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

# exitFullScreenMode(options:)

Instructs the view to exit full screen mode.

## Declaration

```swift
func exitFullScreenMode(options: [NSView.FullScreenModeOptionKey : Any]? = nil)
```

## Parameters

- `options`: A dictionary of options for the mode. For possible keys, see Full Screen Mode Options.

## Discussion

Discussion When the fullScreenModeApplicationPresentationOptions options is specified when enterFullScreenMode(_:withOptions:) is invoked, exiting full screen mode will restore the previously active presentationOptions.

## See Also

### Drawing the View in Fullscreen Mode

- [enterFullScreenMode(_:withOptions:)](appkit/nsview/enterfullscreenmode(_:withoptions:).md)
- [isInFullScreenMode](appkit/nsview/isinfullscreenmode.md)
- [NSView.FullScreenModeOptionKey](appkit/nsview/fullscreenmodeoptionkey.md)
