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.
You set a listener to tableview. The result of click has all informations about row and clicked source.
Touch event shows row clicked and not cell. Please help
Your Answer
Think you can help? Login to answer this question!