I’m working on a small app … and I want to force pushviewcontroller. What I mean is that I want 10 or more viewcontrollers to “play” automatic (go on one after another without pressind any buttons) at a given time interval with a given animation.
I’m not asking for code (but I wouldn’t say no to it) … just a idea, or a link
One way is to try with Notification(center). The second is using threads.
You can apply the following steps for both the cases.