The CYIPlatformViewHandleIOS is a wrapper object which holds on to an iOS native platform view.
The native platform view wrapped by this class must be initialized separately and passed into the handle when created.
#include <platform/YiPlatformViewHandle_iOS.h>

Public Member Functions | |
| CYIPlatformViewHandleIOS () | |
| CYIPlatformViewHandleIOS (UIView *platformView) | |
| virtual | ~CYIPlatformViewHandleIOS () |
Public Member Functions inherited from CYIPlatformViewHandle | |
| virtual | ~CYIPlatformViewHandle () |
Public Attributes | |
| UIView * | platformView |
Additional Inherited Members | |
Protected Member Functions inherited from CYIPlatformViewHandle | |
| CYIPlatformViewHandle () | |
|
inline |
|
inline |
|
inlinevirtual |
| UIView* CYIPlatformViewHandleIOS::platformView |
This is the UIView which the native platform view is assigned to.