UITextViewDelegate_Extensions 类

定义

接口的 IUITextViewDelegate 扩展方法,以支持协议中的所有方法 UITextViewDelegate

public static class UITextViewDelegate_Extensions
type UITextViewDelegate_Extensions = class
继承
UITextViewDelegate_Extensions

注解

的扩展方法 IUITextViewDelegate 允许开发人员将 接口的实例视为具有原始 UITextViewDelegate 协议的所有可选方法。 由于 接口仅包含所需成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

Changed(IUITextViewDelegate, UITextView)

指示应用用户更改了指定 UITextView 中的文本或文本属性。

EditingEnded(IUITextViewDelegate, UITextView)

指示编辑已在指定的 UITextView 中结束。

EditingStarted(IUITextViewDelegate, UITextView)

指示已在指定的 UITextView 中开始编辑。

SelectionChanged(IUITextViewDelegate, UITextView)

指示指定的 UITextView 中的文本选择已更改。

ShouldBeginEditing(IUITextViewDelegate, UITextView)

是否应在指定的 UITextView 中开始编辑。

ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)

是否应在 UITextView 中替换指定的文本。

ShouldEndEditing(IUITextViewDelegate, UITextView)

编辑是否应在指定的 UITextView 中结束。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)

开发人员不应使用此已弃用的方法。 开发人员应改用“UITextItemInteraction”的“ShouldInteractWithTextAttachment”重载。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

指定的 UITextView 是否应允许用户与给定文本范围中的指定 URL 交互。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

指定的 UITextView 是否应允许用户与给定文本范围中的指定 URL 交互。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)

指定的 UITextView 是否应允许用户与给定文本范围中的指定 URL 交互。

适用于