Since iOS 8 I encounter an issue with the swipe to delete gesture on custom UITableViewCell.
The problem seems come from UITextField inside the contentView of UITableViewCell.
It seems to be a problem in iOS 8, I have the same code working fine in iOS 7.
How can I keep the UITextField editable and the swipe to delete gesture working at the same time?
The following worked for me:
self.tableView.panGestureRecognizer.delaysTouchesBegan = YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With