Share via


UITextViewDelegateShouldInteractUrlDelegate Delegate

Definition

public delegate bool UITextViewDelegateShouldInteractUrlDelegate(UITextView textView, NSUrl url, NSRange characterRange, UITextItemInteraction interaction);
type UITextViewDelegateShouldInteractUrlDelegate = delegate of UITextView * NSUrl * NSRange * UITextItemInteraction -> bool

Parameters

textView
UITextView
url
NSUrl
characterRange
NSRange
interaction
UITextItemInteraction

Return Value

Applies to