MGSwipeTableCell
MGSwipeTableCell copied to clipboard
Allow swiping while in editing mode
I have cells that need to stay in rearrange editing. Is it possible to also allow for swiping on the cells while in this editing mode?
This feature could be really awesome! :)
I did some tests while working on 1.5.0 , but it's not trivial to implement. I'll try to figure out a good solution for future releases.
@MortimerGoro Any update on this? Thanks!
This would be a great enhancement
I've done it it in my fork
Look: https://github.com/Akhrameev/MGSwipeTableCell/commit/3bf11f2f362848d91efac3ca0dc7c2fdb5e91439
Almost one year later, any news about that feature @MortimerGoro ?
Yeah I am desperate to see this!
Well, I use my fork in production: I'll be happy to help you!)
@Akhrameev hey I tried using your fork and I didn't work for me. Looks like the library progressed to 1.5.6 while yours is 1.5.5. Any chance you'll merge the changes ?
TIA
@kiranruth I've updated my fork: rebased all necessary code to a new master branch on top of current master 1.5.6 (previous code is available in master/akhrameev branch).
After redesigning app I've removed this library from my code base, so I just checked compilability in my obsolete app version.
What you really need is cherry-pick just one commit (link is above in this discussion) to allow swiping while editing.