C# 클래스 MonoTouch.Dialog.PagingViewController

상속: UIViewController
파일 보기 프로젝트 열기: SuperYeti/MonoTouch-Auto-Rotate-Page-Control-View-Controller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Style UITableViewStyle

공개 메소드들

메소드 설명
CreatePanels ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
LoadView ( ) : void
PagingViewController ( ) : System

Creates a new DialogViewController from a RootElement and sets the push status

PagingViewController ( bool AutoRotateUI ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

비공개 메소드들

메소드 설명
GetRotateEnabled ( ) : bool
ScrollViewScrolled ( object sender, EventArgs e ) : void

메소드 상세

CreatePanels() 공개 메소드

public CreatePanels ( ) : void
리턴 void

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

PagingViewController() 공개 메소드

Creates a new DialogViewController from a RootElement and sets the push status
public PagingViewController ( ) : System
리턴 System

PagingViewController() 공개 메소드

public PagingViewController ( bool AutoRotateUI ) : System
AutoRotateUI bool
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewWillAppear() 공개 메소드

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

ViewWillDisappear() 공개 메소드

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

프로퍼티 상세

Style 공개적으로 프로퍼티

public UITableViewStyle Style
리턴 UITableViewStyle