Skip to content
Ahmed Fathi Bekhit edited this page Nov 4, 2017 · 5 revisions

Class

ARView

ARView is the class that handles Augmented Reality View orientations.


Topics

Initialization

init (ARSceneKit:ARSCNView)

Initializes 🌞🍳 a new ARView object with an ARSCNView πŸš€.

init (ARSpriteKit:ARSKView)

Initializes 🌞🍳 a new ARView object with an ARSKView πŸ‘Ύ.

Configuration

var inputViewOrientations:[ARInputViewOrientation]

An array of ARInputViewOrientation objects that allow customizing the accepted orientations in a UIViewController that contains Augmented Reality scenes.

var inputViewOrientationMode:ARInputViewOrientationMode

An object that allow customizing which subviews will rotate in a UIViewController that contains Augmented Reality scenes.