MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

Allow swiping while in editing mode

Open acfriedman opened this issue 9 years ago • 11 comments

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?

acfriedman avatar May 26 '15 21:05 acfriedman

This feature could be really awesome! :)

tbaranes avatar Jun 02 '15 11:06 tbaranes

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 avatar Jul 22 '15 21:07 MortimerGoro

@MortimerGoro Any update on this? Thanks!

frowing avatar Nov 13 '15 15:11 frowing

This would be a great enhancement

agordeev avatar Mar 14 '16 12:03 agordeev

I've done it it in my fork

Akhrameev avatar Apr 08 '16 05:04 Akhrameev

Look: https://github.com/Akhrameev/MGSwipeTableCell/commit/3bf11f2f362848d91efac3ca0dc7c2fdb5e91439

Akhrameev avatar Apr 08 '16 05:04 Akhrameev

Almost one year later, any news about that feature @MortimerGoro ?

tbaranes avatar May 14 '16 10:05 tbaranes

Yeah I am desperate to see this!

JacobKingDev avatar Dec 16 '16 09:12 JacobKingDev

Well, I use my fork in production: I'll be happy to help you!)

Akhrameev avatar Dec 16 '16 13:12 Akhrameev

@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 avatar Jul 04 '17 11:07 kiranruth

@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.

Akhrameev avatar Jul 04 '17 12:07 Akhrameev