Imanol Fernandez
Imanol Fernandez
I'm going to look into it. Can you reproduce it using any of the demos? https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/
@yihuds can you send me a small sample to reproduce the issue? or can it also be reproduced on the samples in the repo?
Check this methods, you can use them to swipe programmatically, show hints, etc: ``` /** Utility methods to show or hide swipe buttons programmatically */ -(void) hideSwipeAnimated: (BOOL) animated; -(void)...
Have you tried to upgrade to **v1.6.11?** The fix was included in that release
v1.6.11 is already deployed with the fix
Can you reproduce it with the [demo projects](https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo)?
Hello, Check the refreshButtons method ``` /** Refresh method to be used when you want to dynamically change the left or right buttons (add or remove) * If you only...
Hi Mac, Try this snippet, if you return true in the MGSwipeButton callback, it autohides after clicking: ``` cell.leftButtons = [ MGSwipeButton(title: "Title", backgroundColor: UIColor.redColor(), callback: { (cell) -> Bool...
Hi Mac-Man, Check the new Swift 3.0 demo: https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/MailAppDemoSwift
It should be fixed in 1.6.8