UITextViewDelegate.ShouldEndEditing(UITextView) Method

Definition

Whether editing should end in the specified UITextView.

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

Parameters

textView
UITextView

Returns

Attributes

Applies to