C# Class ThirdParty.iOS4Unity.UIViewController

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DismissViewController ( bool animated = true ) : void
LoadView ( ) : void
PresentViewController ( UIViewController controller, bool animated = true ) : void

Private Methods

Méthode Description
UIViewController ( ) : System
UIViewController ( IntPtr handle ) : System

Method Details

DismissViewController() public méthode

public DismissViewController ( bool animated = true ) : void
animated bool
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

PresentViewController() public méthode

public PresentViewController ( UIViewController controller, bool animated = true ) : void
controller UIViewController
animated bool
Résultat void