-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Hi @narasimhaiah23:
I think I did not fully understand your request :/.
Case 1:
Are you trying to dynamically change the content the view controllers of your steps are displaying? So let's say you are viewing the first step and then a network event occurs and you want to change the content of the first step?
In this case you could use a special view controller for the first step. This special view controller dynamically changes it's content view controller on an arbitrary event.
Case 2:
Are you trying to dynamically change the number of steps that are needed to finish the process after the steps controller has been presented?
This is not possible :/
For reference the original request:
Hai @CooperRS .. I want to pass viewcontrollers dynamically.Is it possible.?I am following this code in my customer application.Please help me in this issue.There is a method called -(NSArray *)stepViewControllers right? which will give viewcontrollers array.I need these viewcontrollers to be dynamic.At run time I have to check which viewcontroller we need i will pass that viewontroller.Please reply ASAP.