designatednerd / DNSSwipeableTableCell

UITableViewCell subclass to add multiple buttons to a swipe-under menu like iOS 7 Mail.
MIT License
175 stars 24 forks source link

Prevent swipe behavior when user is scrolling. #2

Closed JustinDSN closed 10 years ago

JustinDSN commented 10 years ago

Any idea how to prevent the swipe behavior when the user starts to scroll vertically perhaps with a slop (for diagonal scrolling)?

designatednerd commented 10 years ago

@JustinDSN: Check out the changes I just added for v0.0.2 - I've added an ability to specify prevention of scrolling, and added sample code to show this in action.