I have a UITextView
with dataDetectorTypes
set to UIDataDetectorTypeAll
(which should include UIDataDetectorTypeAddress
), but no matter how I write an address in the text view it's never detected as a link.
Should the address be written in some kind of special format for it to work? Phone numbers, urls, emails and calendar events work perfectly.