How can we know which cell is touched in tablView when a custom button in the cell is touched ?
Posted
by srikanth rongali
on Stack Overflow
See other posts from Stack Overflow
or by srikanth rongali
Published on 2010-04-30T09:21:29Z
Indexed on
2010/04/30
9:47 UTC
Read the original article
Hit count: 179
I need to know which cell is touched when any button inside the cell is touched. I have custom UIButton *button1 in the cell and UIButton *button2 on the cell.imageView.image of the cell. I wrote selectors for both buttons.; But, I could not differentiate the buttons for each cell. How do I know which cell button was touched. What to do, to know that a particular cell's button was touched ?
Thank you.
© Stack Overflow or respective owner