UITextField.InputAccessoryView Property

Definition

A custom view to display when this control becomes the first responder.

public virtual UIKit.UIView InputAccessoryView { [Foundation.Export("inputAccessoryView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setInputAccessoryView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.InputAccessoryView : UIKit.UIView with get, set

Property Value

The default for this value is null, and no accessory view is displayed.

This value can be null.

Attributes

Remarks

Assignment to this property will show an accessory view such as a toolbar on top of the InputView. Application developers can use this property to create a toolbar, custom keys, etc. without fully replacing the keyboard.

Applies to