How do you create a hyperlink? (iPhone dev)
A:
Where? Take a look at UITextView's dataDetectorTypes property. Specifically UIDataDetectorTypeLink or UIDataDetectorTypeAll.
Joseph Tura
2010-10-17 21:56:10
A:
It also answered here in a similar SO question: http://stackoverflow.com/questions/1084664/how-to-parse-and-show-hyperlinks-phone-number-email-addresses-etc-in-uilabel
codeboy2k
2010-10-17 22:02:48