views:

42

answers:

0

G'day All

Most Australian phone numbers are 10 digits with the 1st 2 optional if they're a local area code. For those setting...

viewer.dataDetectorTypes = UIDataDetectorTypePhoneNumber;

on a web view works. We also have a range of 6 digit phone numbers (usually written xxx xxx or xx xxxx) which aren't being detected in my app. Is there a way to detect those phone numbers as well?

Cheers & TIA, Pedro :)