I have a custom UITableViewCell that has 2 buttons and a label on it. The problem is that willSelectRowAtIndexPath only gets called when I click right above the bottom of a cell.
I set User Interaction Enabled to true for the UITableViewCell. This allows the buttons I have in my cell to be clickable.
If I set it to false, I willSelectRowAtIndexPath gets called when I click anywhere in the cell but the buttons no longer work.
Please help!
I am not sure if the button can let that happen automatically when enabled. However we can let the cell know that it was selected.