views:

30

answers:

1

hi all! what's the best way to create a label to link a web page? thanks in advance!

Paolo

A: 

Basically, instead of using a label , you can use a button, set its title to the text you wanted to set for label & in the button action method you can link to the web page

sherry
thanks, but there's no way like the UITextView that convert the url into link?
ghiboz