#import <ARCameraViewController.h>
The ARCameraViewController is a subclass of the UIViewController, used for displaying AR content. It handles the initialisation and setup of the camera and viewports. Make sure any View Controllers in your storyboard used to display AR content are a subclass of ARCameraViewController.
| - (void) doInitialContentSetup |
|
|
|
Method called when the camera starts. Calls setupContent if it hasn't all ready been called.
Empty method called when an ARCameraViewController is loaded. This must be overriden in user-defined subclass in order to setup AR content.
The documentation for this class was generated from the following file: