Contents

transitInformationCheckingResult(range:components:)

Creates and returns a text checking result with the specified transit information.

Declaration

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

Parameters

  • range:

    The range of the detected result.

  • components:

    A dictionary containing the transit components. The currently supported keys are Airline and Flight.

Return Value

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