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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -