0

I have a table view which is populated by data. Every table view cell has five columns. Every column populate data via UILabel class. That means in each cell datas are populated via five UILabel.

Now I want to make a column text / UILabel class text (label.text) linkable. What is the procedure? How can I make a UILabel text link able?

For clarification I am giving web link.

http://www.manningrandc.com/projects/projects.php

My table view will be like as the first table of the link and one or more column text/ label text will be linkable.

JAL
  • 41,701
  • 23
  • 172
  • 300

2 Answers2

0

Inst ed of Label you can use Button and on click of button add function which will help you to work as link clickable.

Vijay Palwe
  • 109
  • 10
0

Visit UILabel - string as text and links

OR

Use UIButton and add a delegate to it and use as you required

Community
  • 1
  • 1
SHASHANK
  • 109
  • 2
  • 13