Tagged Questions

1
vote
5answers
2k views

didSelectRowAtIndexPath with section

I have a UITableView which I have assigned sections. When using didSelectRowAtIndex with indexPath.row I am not getting the correct value. Let's say I'm in section 2, then it starts the row index at 0 ...