RMStepsController icon indicating copy to clipboard operation
RMStepsController copied to clipboard

Dynamic Number of Step

Open mobileonekh opened this issue 7 years ago • 2 comments

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?

mobileonekh avatar Oct 30 '18 04:10 mobileonekh

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

CooperRS avatar Nov 14 '18 14:11 CooperRS

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

ismaiI1 avatar Jan 18 '22 08:01 ismaiI1