You.i Engine
CYIPlatformViewHandleIOS Class Reference

Detailed Description

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>

Inheritance diagram for CYIPlatformViewHandleIOS:

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 ()
 

Constructor & Destructor Documentation

CYIPlatformViewHandleIOS::CYIPlatformViewHandleIOS ( )
inline
CYIPlatformViewHandleIOS::CYIPlatformViewHandleIOS ( UIView *  platformView)
inline
virtual CYIPlatformViewHandleIOS::~CYIPlatformViewHandleIOS ( )
inlinevirtual

Member Data Documentation

UIView* CYIPlatformViewHandleIOS::platformView

This is the UIView which the native platform view is assigned to.


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