Imanol Fernandez
Imanol Fernandez
I've pushed 1.5.6 version with Swift interoperation improvements. The swift 3.0 sample is ready too ;) https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/MailAppDemoSwift
I've pushed 1.5.6 version with Swift interoperation improvements. The swift 3.0 sample is ready too ;) https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/MailAppDemoSwift
I've pushed 1.5.6 version with Swift interoperation improvements. The swift 3.0 sample is ready too ;) https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/MailAppDemoSwift
@Shoshin23 can you send me a testcase project with the issue? I couldn't reproduce this in the demos or in any of my apps. Also tried with iOS 10.0.
Hi, Check this method, it allows to trigger an expansion programmatically: `-(void) expandSwipe: (MGSwipeDirection) direction animated: (BOOL) animated;`
Hello, Have you set up the expansion button? that's what enables expansion for a specific button. It's -1 by default. `expansionSettings.buttonIndex = 0;`
Interesting, never tried to add a WKWebView in a cell. I'll try to reproduce the issue
Fixed in the master branch. Thanks for the info!
You can do something like this: 1. Add your static view to cell.swipeContentView instead of cell.contentView 2. Override swipeOffset in your MGSwipeTableCell subclass and layout the static view based on...
You can use this delegate method to know when a cell is swipped: ``` /** * Delegate method invoked when the current swipe state changes @param state the current Swipe...