Share via


UITextViewDelegate_Extensions.ShouldEndEditing Method

Definition

Whether editing should end in the specified UITextView.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldEndEditing(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldEndEditing : UIKit.IUITextViewDelegate * UIKit.UITextView -> bool

Parameters

textView
UITextView

Returns

Attributes

Applies to