C# Class Cirrious.Conference.UI.Touch.UpdateView_iPad

Inheritance: UIViewController
Afficher le fichier Open project: slodge/MvvmCrossConference

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
UpdateView_iPad ( ) : System
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

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

UpdateView_iPad() public méthode

public UpdateView_iPad ( ) : System
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void