UITextFieldDelegate.ShouldClear(UITextField) Method

Definition

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

[Foundation.Export("textFieldShouldClear:")]
public virtual bool ShouldClear (UIKit.UITextField textField);
abstract member ShouldClear : UIKit.UITextField -> bool
override this.ShouldClear : UIKit.UITextField -> bool

Parameters

textField
UITextField

Returns

Attributes

Applies to