Skip to content

ARInputViewOrientationMode

Ahmed Fathi Bekhit edited this page Nov 4, 2017 · 1 revision

Enumeration

ARInputViewOrientationMode

Indicates which subviews will rotate in a UIViewController that contains AR scenes.


Enumeration Cases

case auto

The framework automatically detects and rotates key objects in a UIViewController.

case all

Rotates all objects in a UIViewController.

case manual(subviews:[UIView])

Rotates manually specified UIView subviews in a UIViewController.

case disabled

Disables rotating any objects in a UIViewController.