Share via


UITextViewRange Delegate

Definition

public delegate Foundation.NSValue[] UITextViewRange(UITextView textView, NSRange enclosingRange);
type UITextViewRange = delegate of UITextView * NSRange -> NSValue[]

Parameters

textView
UITextView
enclosingRange
NSRange

Return Value

Applies to