C# 클래스 SharpMobileCode.ModalPicker.ModalPickerViewController

상속: UIViewController
파일 보기 프로젝트 열기: SharpMobileCode/ModalPickerViewController 1 사용 예제들

공개 메소드들

메소드 설명
CancelButtonTapped ( object sender, EventArgs e ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
DoneButtonTapped ( object sender, EventArgs e ) : void
InitializeControls ( ) : void
ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System
Show ( bool onRotate = false ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

메소드 상세

CancelButtonTapped() 공개 메소드

public CancelButtonTapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

DidRotate() 공개 메소드

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

DoneButtonTapped() 공개 메소드

public DoneButtonTapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

InitializeControls() 공개 메소드

public InitializeControls ( ) : void
리턴 void

ModalPickerViewController() 공개 메소드

public ModalPickerViewController ( ModalPickerType pickerType, string headerText, UIViewController parent ) : System
pickerType ModalPickerType
headerText string
parent UIViewController
리턴 System

Show() 공개 메소드

public Show ( bool onRotate = false ) : void
onRotate bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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