There are UIButton
and UITextField
in the UITableViewCell
. The delete button will not come up when I swipe over
UIButton
or UITextField
. I do search for the answers on SO and google, there is a similar questions Swipe left gestures over UITextField, but no correct answers.
I got this problem on iOS 8.
Edit
After setting self.tableView.panGestureRecognizer.delaysTouchesBegan = YES;
, it works perfect for cell with UITextField
. But when i drag start from the UIButton
, the delete button shows and the UIButton
fired, which I do not want the UIButton
get fired.