RMStepsController
RMStepsController copied to clipboard
How to handle swipes?
Hi, I can't figure out how to implement swipe gestures to switch between steps. is it possible?
Well, nearly everything is possible. But this one will need some more work I think :/
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 :(
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 :)