---
title: delegate
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mklookaroundviewcontroller/delegate
---

# delegate

An object you provide to receive events related to the user’s interaction with the LookAround view controller.

## Declaration

```swift
@IBOutlet weak var delegate: (any MKLookAroundViewControllerDelegate)? { get set }
```

## See Also

### Interacting with the controller

- [MKLookAroundViewControllerDelegate](mapkit/mklookaroundviewcontrollerdelegate.md)
