C# Class GMGridTest.MainViewController

Inheritance: UIViewController
ファイルを表示 Open project: aarpy/GMGridMono

Public Methods

Method 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

Method Description
AddImage ( ) : void
LoadGrid ( ) : void
ReleaseDesignerOutlets ( ) : void
showInfo ( MonoTouch sender ) : void
showInfo ( NSObject sender ) : void

Method Details

AddGrid() public method

public AddGrid ( ) : void
return void

AddUITable() public method

public AddUITable ( ) : void
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

LoadUITable() public method

public LoadUITable ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

MainViewController() public method

public MainViewController ( ) : System
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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void