UITextFieldDelegate_Extensions.ShouldClear Method

Definition

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

public static bool ShouldClear (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member ShouldClear : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

Returns

Applies to