Contents

delegate

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

Declaration

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

See Also

Interacting with the controller