iPhone's UILabel with URL detection
问题 I'm looking for an iPhone control that can simply display some text and detect URL's (http, email, tel) inside that text. UILabel doesn't support URL detection. UITextView can do that, but it's too heavy for use in chat application that I'm developing. Any suggestions will be appreciated. 回答1: You can use the same tools that the facebook app uses: three20 Joe Hewitt, the developer behind the facebook app has open sourced much of his work. You can get it and many other goodies here. 回答2: Craig