iphone - viewController automatically plays for set time then switches to next viewContrllofer -
Hi, I want the viewcontroller to appear for a set time, then dissolve a new view controller. Perhaps the use of nstimer
The easiest way:
[self performSelector : @selector (toNewViewController :) with object: after zero: time insecond]; That's it. You only have to type the controller to see the controller transition to see the controller transition in method.
Comments
Post a Comment