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

# lookAroundViewControllerDidPresentFullScreen(_:)

Tells the delegate when the view controller enters full-screen mode.

## Declaration

```swift
optional func lookAroundViewControllerDidPresentFullScreen(_ 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)
- [lookAroundViewControllerWillDismissFullScreen(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerwilldismissfullscreen(_:).md)
- [lookAroundViewControllerDidDismissFullScreen(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerdiddismissfullscreen(_:).md)
