UITextViewDelegate.ShouldBeginEditing(UITextView) Method

Definition

Whether editing should begin in the specified UITextView.

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

Parameters

textView
UITextView

Returns

Attributes

Applies to