MKLocalSearchCompletion.TitleHighlightRanges Property

Definition

Gets an array that contains the ranges in the completion title that match the user input.

public virtual Foundation.NSValue[] TitleHighlightRanges { [Foundation.Export("titleHighlightRanges", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.TitleHighlightRanges : Foundation.NSValue[]

Property Value

An array that contains the ranges in the completion title that match the user input.

Attributes

Remarks

Where possible, developers should highlight the ranges of text in the completion that match the user's input, in order to provide visual feedback.

Applies to