d4ndym1k3
d4ndym1k3

Reputation: 119

UITableView how to make clickable links

could anyone point me in the direction on how to do this please? i have made a twiter app which i would like to open links from the users timeline. i have sourced the code on how to open the link in my webvie but i do not know hot to make the links clickable.

any help would be appreciated.

thanks in advance

mike

Upvotes: 1

Views: 2055

Answers (1)

Johannes Fahrenkrug
Johannes Fahrenkrug

Reputation: 44740

I believe this is what you need: http://furbo.org/2008/10/07/fancy-uilabels/

More infos is this SO discussion: Create tap-able "links" in the NSAttributedString of a UILabel?

Upvotes: 3

Related Questions