alikaragoz/MCSwipeTableViewCell

Simulate swipe?

MKGitHub opened this issue · 6 comments

Is it possible to simulate the swipe for a small percentage, just like a tap to show the user that a swipe is possible?

I've tried to do the same for my project... it would be a nice feature if it was built in. I ended up building a custom animation of the simulated swipe just to inform the users they could swipe the cells

@budidino Can you give us some hints on how you did that? I'd like to show my users more clearly how to use it.

@theolof, I ended up displaying an imageView over the cell and then animating it. The imageView had an image of the actual cell + the actions on the left and right side. It was kind of hacky, but that was the only way I knew how to solve the problem :)

thanks, @budidino, I suspected you did something like that :-) Probably the way I will go too.

Agree this feature would be great to aid with discoverability.

This issue seems to be a duplicate of #75 but explains the problem better.

This fork https://github.com/keyper/MCSwipeTableViewCell has a working implementation.