Is it possible to make an each tableview cell clickable in iOS?

You must Login before you can answer or comment on any questions.

Is it possible to make an each tableview cell clickable in iOS? I made a table 3*3 matrix containing each cell an imageview. Now, i want to open an individual link on click event of each image. Please help me!! Thanks in advance!!

3 Answers

Accepted Answer

you add an click event listener for table view and it will give you detail of what is clicked on which row. for more information and example you can refer the Kitchen Sink example.

— answered 8 months ago by Ashish Nigam
answer permalink
2 Comments
  • Thanks!! Its work!

    — commented 8 months ago by Dhananjay Choudhari

  • Hi, if that works for you then please mark this as correct/Accepted answer, so that other can take benefit of this too.

    — commented 8 months ago by Ashish Nigam

You set a listener to tableview. The result of click has all informations about row and clicked source.

Your Answer

Think you can help? Login to answer this question!