I'm doing an app in Swift 2
, and I have a UITableView
with tweets that I get with the Twitter API, and I show the profile image, the user name, the publication date and the content of the tweet. What I want is that if I click on the image it will take me to its profile, and if I click on the tweet it will take me to the tweet. How can I do so that within a UITableViewCell
I can have two links?