KudanAR - iOS
ARCameraViewController Class Reference

#import <ARCameraViewController.h>

+ Inheritance diagram for ARCameraViewController:
+ Collaboration diagram for ARCameraViewController:

Instance Methods

(void) - setupContent
 
(void) - doInitialContentSetup
 

Properties

ARCameraViewcameraView
 

Detailed Description

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.

Method Documentation

- (void) doInitialContentSetup

Method called when the camera starts. Calls setupContent if it hasn't all ready been called.

- (void) setupContent

Empty method called when an ARCameraViewController is loaded. This must be overriden in user-defined subclass in order to setup AR content.

Property Documentation

- (ARCameraView*) cameraView
readwritenonatomicassign

The ARCameraView associated with this view controller.


The documentation for this class was generated from the following file: