C# 클래스 GMGridTest.MainViewController

상속: UIViewController
파일 보기 프로젝트 열기: aarpy/GMGridMono

공개 메소드들

메소드 설명
AddGrid ( ) : void
AddUITable ( ) : void
DidReceiveMemoryWarning ( ) : void
LoadUITable ( ) : void
LoadView ( ) : void
MainViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

비공개 메소드들

메소드 설명
AddImage ( ) : void
LoadGrid ( ) : void
ReleaseDesignerOutlets ( ) : void
showInfo ( MonoTouch sender ) : void
showInfo ( NSObject sender ) : void

메소드 상세

AddGrid() 공개 메소드

public AddGrid ( ) : void
리턴 void

AddUITable() 공개 메소드

public AddUITable ( ) : void
리턴 void

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

LoadUITable() 공개 메소드

public LoadUITable ( ) : void
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

MainViewController() 공개 메소드

public MainViewController ( ) : System
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void