UITextViewDelegateShouldInteractUrlDelegate Delegate

Definition

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

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