Share via


IUITextViewDelegate.ShouldBeginEditing(UITextView) Method

Definition

Whether editing should begin in the specified UITextView.

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

Parameters

textView
UITextView

Returns

Attributes

Applies to