C# Class GMGridTest.MainViewController

Inheritance: UIViewController
Afficher le fichier Open project: aarpy/GMGridMono

Méthodes publiques

Méthode Description
AddGrid ( ) : void
AddUITable ( ) : void
DidReceiveMemoryWarning ( ) : void
LoadUITable ( ) : void
LoadView ( ) : void
MainViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Private Methods

Méthode Description
AddImage ( ) : void
LoadGrid ( ) : void
ReleaseDesignerOutlets ( ) : void
showInfo ( MonoTouch sender ) : void
showInfo ( NSObject sender ) : void

Method Details

AddGrid() public méthode

public AddGrid ( ) : void
Résultat void

AddUITable() public méthode

public AddUITable ( ) : void
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

LoadUITable() public méthode

public LoadUITable ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

MainViewController() public méthode

public MainViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

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

ViewDidAppear() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void