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.
How you have add button on cell
i am putting one sample
in
…
if you have written
your button should able to capture touch event and function1 should be called… on it’s touch event…