Does anyone know what is going on with this problem? My cell stop swiping because of this.
[Assert] Unexpected nil index path in _shouldShowMenuForCell:, this should never happen. Cell ; baseClass = UITableViewCell; frame = (0 97.5; 375 130); alpha = 0; hidden = YES; autoresize = W; gestureRecognizers = ; layer = >
Help !!!
I change swiping method from gestureRecognizer to ScrollView and everything works perfect.
If your cell is created by - [[[NSBundle mainBundle] loadNibNamed:nibName owner:self options:nil] lastObject];
AND using addSubview to display it. This problem will occur.
My solution is using "addSubview:cell.contentView" BUT NO "addSubview:cell"
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