Hi,
I am using a custom UIGestureRecognizer on a UITableView.
As soon as I add the GestureRecognizer to the view, the buttons inside my table cells stop working (although changing the visible state to pressed, no action is being called).
And I am using [self setCancelsTouchesInView:NO];
and no recognizer chaining or what-so-ever.
Any ideas anyone?
Best regards,
Alex