I have a tableview cell as following:
Now, when I tap on Danile Craig or Michale Kevin (bold parts), I want to perform action and action should be able to log row number from which the text was tapped. How can I do this in Objective-C?
I have used TTTAttributedLabel to do the above formatting. This seems to associate those label actions with the link, but they are not linked in my case.