C# Class SharpMobileCode.ModalPicker.ModalPickerViewController

Inheritance: UIViewController
Mostrar archivo Open project: SharpMobileCode/ModalPickerViewController Class Usage Examples

Public Methods

Method Description
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

Method Details

CancelButtonTapped() public method

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

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

DoneButtonTapped() public method

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

InitializeControls() public method

public InitializeControls ( ) : void
return void

ModalPickerViewController() public method

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

Show() public method

public Show ( bool onRotate = false ) : void
onRotate bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void