UIKit.UIAlertController.AddTextField Method
Adds a UIKit.UITextField object to this 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

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

Parameters

configurationHandler
Method that will be invoked with a 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: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0