共用方式為


UITextFieldDelegate.ShouldClear(UITextField) 方法

定義

是否應該移除指定的文字欄位目前內容。

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

參數

textField
UITextField

傳回

屬性

適用於