UIKit.UITextViewDelegate: Method Members

The methods of UIKit.UITextViewDelegate are listed below. For a list of all members, see the UITextViewDelegate Members list.

See Also: Inherited members from UIKit.UIScrollViewDelegate

Public Methods

Changed(UITextView)
Indicates the text or text attributes in the specified UITextView were changed by the app user.
EditingEnded(UITextView)
Indicates that editing has ended in the specified UITextView.
EditingStarted(UITextView)
Indicates editing has begun in the specified UITextView.
SelectionChanged(UITextView)
Indicates the text selection has changed in the specified UITextView.
ShouldBeginEditing(UITextView) : bool
Whether editing should begin in the specified UITextView.
ShouldChangeText(UITextView, Foundation.NSRange, string) : bool
Whether the specified text should be replaced in the UITextView.
ShouldEndEditing(UITextView) : bool
Whether editing should end in the specified UITextView.
ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, Foundation.NSRange) : bool
Whether the specified UITextView should allow user interaction with the specified text attachment in a given range of text.
ShouldInteractWithUrl(UITextView, Foundation.NSUrl, Foundation.NSRange) : bool
Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.