MGSwipeTableCell
MGSwipeTableCell copied to clipboard
How can I animate the offset to go forth and back
I want when a swipe button is click to trigger an animation when the button fill the entire cell and then come back to it's original state (hidden). The issue is when a try to modify the offset of the button in the completion block I get an "EXC_BAD_ACCESS" error. Do you know the origin of this error?
self.setSwipeOffset(UIScreen.mainScreen().bounds.width, animated: true, completion: { (true) in self.hideSwipeAnimated(true) })
Fixed in the master branch.
Thanks for the info!