HHPanningTableViewCell
HHPanningTableViewCell copied to clipboard
Swipe to reveal implementation for iOS
I added in support for separate drawers for left and right swipes (for example, supporting functions similar to: delete by swiping left, mark as read by swiping right).
Hi, I've been trying to track down the issue on this for a while, but, have been pretty unsuccessful. In my app, the drawer view shows up at random on...
In the cleanup: method, the cell's directionMask is set to 0. cleanup: gets called for prepareForReuse as well as dealloc, so you are wiping out a user set value.