Contents

addressCheckingResult(range:components:)

Creates and returns a text checking result with the specified address components.

Declaration

class func addressCheckingResult(range: NSRange, components: [NSTextCheckingKey : String]) -> NSTextCheckingResult

Parameters

  • range:

    The range of the detected result.

  • components:

    A dictionary containing the address components. The dictionary keys are described in Keys For Address Components.

Return Value

Returns an NSTextCheckingResult with the specified range and a resultType of address.

See Also

Text Checking Results for Addresses