MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

How can I animate the offset to go forth and back

Open Epillepsy opened this issue 8 years ago • 1 comments

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) })

Epillepsy avatar Jul 27 '16 13:07 Epillepsy

Fixed in the master branch.

Thanks for the info!

MortimerGoro avatar Aug 27 '16 10:08 MortimerGoro