Share via


UITextViewDelegate.ShouldBeginEditing(UITextView) Method

Definition

Whether editing should begin in the specified UITextView.

[Foundation.Export("textViewShouldBeginEditing:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginEditing(UIKit.UITextView textView);
[<Foundation.Export("textViewShouldBeginEditing:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBeginEditing : UIKit.UITextView -> bool
override this.ShouldBeginEditing : UIKit.UITextView -> bool

Parameters

textView
UITextView

Returns

Implements

Attributes

Applies to