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

# lookAroundViewControllerDidUpdateScene(_:)

Tells the delegate that the scene updated.

## Declaration

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

## Parameters

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

## See Also

### Responding to scene changes

- [lookAroundViewControllerWillUpdateScene(_:)](mapkit/mklookaroundviewcontrollerdelegate/lookaroundviewcontrollerwillupdatescene(_:).md)
