iOS Question TableView Click/LongClick and clicked Cell

Angel Maza

Member
Licensed User
Longtime User
Anybody knows how to detect the clicked cell in Click and LongClick events?

TableView_AccessoryButtonClicked (SectionIndex As Int, Cell As TableCell) works perfect, but in Click no parameters.

I've tried with Tableview.SelectedRow but it's null in the event time.

Thanks.
 
Top