I have a UITableView. If you touch a row, and then slide your finger left or right, it seems to block any further UITouch events from being recognized.
I have 2 tableviews. I want to be able to slide a row from the right tableview to the left, and as I'm dragging I want to still be able to scroll around on the left tableview view to decide where to drop the row from the right tableview. But as soon as I drag the row to the left, no more touch events are recognized.
Any ideas?
Thanks!