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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -