SLComposeServiceViewController.ShouldBeginEditing(UITextView) 方法

定义

当文本对象开始 chnge 其文本或响应用户删除文本对象上的文件时调用的方法。

[Foundation.Export("textViewShouldBeginEditing:")]
public virtual bool ShouldBeginEditing (UIKit.UITextView textView);
abstract member ShouldBeginEditing : UIKit.UITextView -> bool
override this.ShouldBeginEditing : UIKit.UITextView -> bool

参数

textView
UITextView

返回

属性

适用于