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

Dynamic Number of Step #53

Open mobileonekh opened 6 years ago

mobileonekh commented 6 years ago

Hi, I have a big forms which is received from server JSON request, which means I need to have dynamic number of steps. Is this possible?

CooperRS commented 5 years ago

Hey!

This is possible by loading the required steps from the server before initializing your RMStepsController.

Changing the steps after the RMStepsController is displayed is not (yet) possible. However, It probably can be added 🙂.

Best regards, Roland

ismaiI1 commented 2 years ago

It's possible.. You have to return array of step object from this method - (NSArray *)stepViewControllers