ARSKViewDelegate
Methods you can implement to mediate the automatic synchronization of SpriteKit content with an AR session.
Declaration
protocol ARSKViewDelegate : ARSessionObserver, SKViewDelegateOverview
Implement this protocol to provide SpriteKit content corresponding to ARAnchor objects tracked by the view’s AR session, or to manage the view’s automatic updating of such content.
This protocol extends the ARSessionObserver protocol, so your session delegate can also implement those methods to respond to changes in session status.