C# 클래스 ViewDeckSample.RightController

상속: MonoKit.UI.TableViewController
파일 보기 프로젝트 열기: sgmunn/MonoKit 1 사용 예제들

공개 메소드들

메소드 설명
InitController ( ) : void
LoadView ( ) : void
RightController ( ) : MonoKit.UI
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ShowCenter ( Element element ) : void

메소드 상세

InitController() 공개 메소드

public InitController ( ) : void
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

RightController() 공개 메소드

public RightController ( ) : MonoKit.UI
리턴 MonoKit.UI

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ShowCenter() 공개 메소드

public ShowCenter ( Element element ) : void
element Element
리턴 void