Share via


UITextViewDelegate.ShouldBeginEditing(UITextView) 方法

定义

是否应在指定的 UITextView 中开始编辑。

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

参数

textView
UITextView

返回

属性

适用于