The view controller under which all You.i Engine views are located.
A typical You.i Engine video application will contain several platform views.
The user may insert, modify, or re-order these views at their own discretion. Some ordering is assumed and should be upheld, such as that the player surface is immediately behind the renderSurfaceView, and the web view should be on top.
#import <apple/YiRootViewController.h>
Instance Methods | |
(void) | - loadView |
(void) | - updateSize |
Class Methods | |
(YiRootViewController *) | + sharedInstance |
Properties | |
UIView * | statusBarBackgroundView |
GLKView * | renderSurfaceView |
UIViewController * | renderSurfaceViewController |
- (void) loadView |
+ (YiRootViewController *) sharedInstance |
- (void) updateSize |
|
readwriteatomic |
This is the You.i Engine OpenGL view into which the application renders.
|
readwriteatomic |
This is the You.i Engine OpenGL view controller.
|
readwriteatomic |
The status bar background color is managed by this view.