C# Class Recipe2Dot2Reorienting.MyViewController

Inheritance: UIViewController
Afficher le fichier Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
LoadView ( ) : void
MyViewController ( ) : System
MyViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Method Details

LoadView() public méthode

public LoadView ( ) : void
Résultat void

MyViewController() public méthode

public MyViewController ( ) : System
Résultat System

MyViewController() public méthode

public MyViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

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

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void