Edit

Share via


UITextViewDelegateShouldInteractTextDelegate Delegate

Definition

Delegate for determining whether a text view should interact with a text attachment.

public delegate bool UITextViewDelegateShouldInteractTextDelegate(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction);

Parameters

textView
UITextView
textAttachment
NSTextAttachment
characterRange
NSRange
interaction
UITextItemInteraction

Return Value

Applies to