ghiboz
ghiboz

Reputation: 7993

objective-c create a UIlabel with a hyperlink

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

Paolo

Upvotes: 1

Views: 1649

Answers (1)

Swastik
Swastik

Reputation: 2425

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

Upvotes: 1

Related Questions