Contents

phoneNumberCheckingResult(range:phoneNumber:)

Creates and returns a text checking result with the specified phone number.

Declaration

class func phoneNumberCheckingResult(range: NSRange, phoneNumber: String) -> NSTextCheckingResult

Parameters

  • range:

    The range of the detected result.

  • phoneNumber:

    The phone number.

Return Value

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

See Also

Text Checking Results for Phone Numbers