C# Class MonoTouch.Dialog.Extensions.InchFractionElement.MyViewController

Inheritance: UIViewController
Afficher le fichier Open project: SuperYeti/MonoTouch.Dialog.Extensions

Méthodes publiques

Méthode Description
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MyViewController ( InchFractionElement container ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Method Details

DidRotate() public méthode

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

MyViewController() public méthode

public MyViewController ( InchFractionElement container ) : System
container InchFractionElement
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

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

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void