Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle swipes? #34

Open
ADevelopStudio opened this issue May 21, 2015 · 3 comments
Open

How to handle swipes? #34

ADevelopStudio opened this issue May 21, 2015 · 3 comments

Comments

@ADevelopStudio
Copy link

Hi, I can't figure out how to implement swipe gestures to switch between steps. is it possible?

@CooperRS
Copy link
Owner

Well, nearly everything is possible. But this one will need some more work I think :/

@ADevelopStudio
Copy link
Author

I tried put together pagecontroller and this step controller but it looks terrible.
I had to use notifications to send step controller to change step to another after page changed. It's terrible.... I so would love to implement this gorgeous controller to my app :(

@CooperRS
Copy link
Owner

CooperRS commented Jun 1, 2015

You may be able to subclass RMStepsController and add a swipe gesture recognizer to the view of your subclass. From there your should be able to call showNextStep and showPreviousStep.

Unfortunately, I do not have the time to implement it myself. But this way should work :)

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

No branches or pull requests

2 participants