phoneNumberCheckingResult(range:phoneNumber:)
Creates and returns a text checking result with the specified phone number.
Declaration
class func phoneNumberCheckingResult(range: NSRange, phoneNumber: String) -> NSTextCheckingResultParameters
- 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.