C# Class GridViewDemo.GridViewDemoViewController

Inheritance: UIViewController
Afficher le fichier Open project: beginor/MonoTouch.KKGridView

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
GridViewDemoViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

GridViewDemoViewController() public méthode

public GridViewDemoViewController ( IntPtr handle ) : System
handle System.IntPtr
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

ViewDidDisappear() public méthode

public ViewDidDisappear ( 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

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