Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Simulate swipe? #85

Open
MKGitHub opened this issue Nov 18, 2014 · 6 comments
Open

Simulate swipe? #85

MKGitHub opened this issue Nov 18, 2014 · 6 comments
Labels

Comments

@MKGitHub
Copy link

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

@budidino
Copy link

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

@theolof
Copy link

theolof commented Jun 22, 2016

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

@budidino
Copy link

@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 :)

@theolof
Copy link

theolof commented Jun 23, 2016

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

@ricsantos
Copy link

Agree this feature would be great to aid with discoverability.

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

@ricsantos
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants