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

There is an event that triggers when swipe is made in the cell and begins to stretch? #401

Open jose920405 opened 7 years ago

jose920405 commented 7 years ago

Currently I have a horizontal scroll which has several pages inside. Some of these pages have tables with cells that have swipe.

The idea is to be able to swipe the cell and when finished this swipe, somehow activate the scroll swipe to move to the next page. Something like this:

9a2o6

More info here.

http://stackoverflow.com/questions/38442362/swipe-conflict-between-a-cell-and-horizontal-scroll

Thanks