UIButton to intercept UITableView's didSelectRowAtIndexPath method
- by Michael
I've got a UIButton on a table cell that is meant to pop up a UIActionSheet but the problem is the didSelectRowAtIndexPath captures that touch and its action takes precedence. Any clever way to override that action when the user touches the button and still have the default action when the user presses elsewhere in the cell?
Too bad there is no MoveToFront property.