CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.14k stars 1.27k forks source link

performance problem #405

Open yoimhere opened 7 years ago

yoimhere commented 7 years ago

should not cancle previou tapGestureRecognizer in SEL setContainingTableView:
[self.tapGestureRecognizer requireGestureRecognizerToFail:_containingTableView.panGestureRecognizer]

it would be looked like some performance problem when scrolling with cell be created