Open mobileonekh opened 6 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
It's possible..
You have to return array of step object from this method - (NSArray *)stepViewControllers
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?