Turning label into hyperlink Iphone
I have a UILabel which text is www.google.com. Now if someone moves the cursor on the text and press it the google's h开发者_如何学编程omepage should be open. Is it possible? please explain how....
This is probably the direction you need to go see: Create tap-able "links" in the NSAttributedString of a UILabel? and then go to: http://furbo.org/2008/10/07/fancy-uilabels/
精彩评论