C# Class GridViewDemo.GridViewDemoViewController

Inheritance: UIViewController
Show file Open project: beginor/MonoTouch.KKGridView

Public Methods

Method 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

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GridViewDemoViewController() public method

public GridViewDemoViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void