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);
type UITextViewDelegateShouldInteractTextDelegate = delegate of UITextView * NSTextAttachment * NSRange * UITextItemInteraction -> bool

Parameters

textView
UITextView
textAttachment
NSTextAttachment
characterRange
NSRange
interaction
UITextItemInteraction

Return Value

Applies to