CooperRS / RMStepsController

This is an iOS control for guiding users through a process step-by-step
MIT License
1.04k stars 119 forks source link

Making the stepbar scrollable #37

Open RyanKim01 opened 8 years ago

RyanKim01 commented 8 years ago

Hi

I was wondering if it is possible to make the stepbar scrollable. For my app, it needs a lot of different parts like 8-9 ususally. If I run the app on iphone6, stepbar looks all squished. This is natural behavior tho. I was wondering if there would be a way to make the bar scrollable if it is wider than device's screen size.

CooperRS commented 8 years ago

Hey!

This sounds like a good solution in cases more than 3 steps are needed simultaneously.

If you have some free time, you may go ahead and add the feature. Otherwise, I'll see what I can do :).

Best regards, Roland

RyanKim01 commented 8 years ago

Sounds great Roland. I will also take a look. If you ever figure out, please let me know :)

hjanuschka commented 8 years ago

having also issues on showing 9-10 steps. using UnlimitedSteps branch helps a bit - but is not 100% what i want