Share via


UITextViewDelegate.ShouldEndEditing(UITextView) Method

Definition

Whether editing should end in the specified UITextView.

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

Parameters

textView
UITextView

Returns

Implements

Attributes

Applies to