Contents

ARCoachingOverlayViewDelegate

A set of callbacks you implement to be notified of coaching events.

Declaration

protocol ARCoachingOverlayViewDelegate : NSObjectProtocol

Overview

Implement a delegate to coordinate your app’s actions with coaching overlay. For example, when the coaching overlay determines the user needs guidance, you hide your app’s UI to allow the user to focus on the coaching experience. When the coaching overlay determines the goal is met, you show your app’s UI and begin your app’s AR experience.

Topics

Enabling Coaching

Restarting the Session

See Also

Delegating Events