MonoTouch.UIKit.UIAlertController.AddTextField Method
Adds a MonoTouch.UIKit.UITextField object to this MonoTouch.UIKit.UIAlertController to display to the user, and also includes a configurationHandler that the app developer can use to change the text field properties.

Syntax

[MonoTouch.Foundation.Export("addTextFieldWithConfigurationHandler:")]
public virtual void AddTextField ([MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDActionArity1V3))] Action<UITextField> configurationHandler)

Parameters

configurationHandler
Method that will be invoked with a MonoTouch.UIKit.UITextField to be configured.   The method should configure the UITextField appropriately.

Remarks

This method can be called multiple times to add mulitple text fields into the alert controller.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0