C# Class CustomTextFieldAlertView.RootView

Inheritance: UIViewController
Datei anzeigen Open project: kevinmcmahon/CustomUITextFieldAlertView Class Usage Examples

Public Methods

Method Description
HandleMyAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
HandleMyPasswordAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
Initialize ( ) : void
RootView ( ) : System
RootView ( IntPtr handle ) : System
SetNameLabel ( string name ) : void
SetWhereLabel ( string whereFrom ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
PromptForName ( HandlerToUse handlerType ) : void
PromptForPassword ( ) : void
RootView ( NSCoder coder ) : System

Method Details

HandleMyAlertViewClicked() public method

public HandleMyAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
sender object
e UIButtonEventArgs
return void

HandleMyPasswordAlertViewClicked() public method

public HandleMyPasswordAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
sender object
e UIButtonEventArgs
return void

Initialize() public method

public Initialize ( ) : void
return void

RootView() public method

public RootView ( ) : System
return System

RootView() public method

public RootView ( IntPtr handle ) : System
handle System.IntPtr
return System

SetNameLabel() public method

public SetNameLabel ( string name ) : void
name string
return void

SetWhereLabel() public method

public SetWhereLabel ( string whereFrom ) : void
whereFrom string
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void