C# Class ThirdParty.iOS4Unity.UIViewController

Inheritance: NSObject
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DismissViewController ( bool animated = true ) : void
LoadView ( ) : void
PresentViewController ( UIViewController controller, bool animated = true ) : void

Private Methods

Method Description
UIViewController ( ) : System
UIViewController ( IntPtr handle ) : System

Method Details

DismissViewController() public method

public DismissViewController ( bool animated = true ) : void
animated bool
return void

LoadView() public method

public LoadView ( ) : void
return void

PresentViewController() public method

public PresentViewController ( UIViewController controller, bool animated = true ) : void
controller UIViewController
animated bool
return void