Share via


UITextFieldDelegate.ShouldClear(UITextField) Method

Definition

Whether the specified text field's current contents should be removed.

[Foundation.Export("textFieldShouldClear:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldClear(UIKit.UITextField textField);
[<Foundation.Export("textFieldShouldClear:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldClear : UIKit.UITextField -> bool
override this.ShouldClear : UIKit.UITextField -> bool

Parameters

textField
UITextField

Returns

Implements

Attributes

Applies to