---
title: "lookAroundViewControllerWillDismissFullScreen(_:)"
framework: mapkit
role: symbol
role_heading: Instance Method
path: "mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerwilldismissfullscreen(_:)"
---

# lookAroundViewControllerWillDismissFullScreen(_:)

Tells the delegate when the view controller is about to exit full-screen mode.

## Declaration

```swift
optional func lookAroundViewControllerWillDismissFullScreen(_ viewController: MKLookAroundViewController)
```

## Parameters

- `viewController`: The doc://com.apple.mapkit/documentation/MapKit/MKLookAroundViewController.

## See Also

### Entering and exiting full-screen modes

- [lookAroundViewControllerWillPresentFullScreen(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerwillpresentfullscreen(_:).md)
- [lookAroundViewControllerDidPresentFullScreen(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerdidpresentfullscreen(_:).md)
- [lookAroundViewControllerDidDismissFullScreen(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerdiddismissfullscreen(_:).md)
