C# Class MTUniversalProject.MTUniversalProjectViewController

Inheritance: UIViewController
Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Private Properties

Свойство Type Description
CheckOrientation void
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MTUniversalProjectViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

Private Methods

Méthode Description
CheckOrientation ( ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

MTUniversalProjectViewController() public méthode

public MTUniversalProjectViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void