delegate
An object you supply that implements coaching event callbacks.
Declaration
@IBOutlet weak var delegate: (any ARCoachingOverlayViewDelegate)? { get set }Discussion
Normally, you set the value of this property to your app’s view controller.
An object you supply that implements coaching event callbacks.
@IBOutlet weak var delegate: (any ARCoachingOverlayViewDelegate)? { get set }Normally, you set the value of this property to your app’s view controller.