Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、viewController を一定時間表示してから、新しい viewController に分解します。おそらくnstimerを使用
簡単な方法は次のとおりです。
[self performSelector:@selector(toNewViewController:) withObject:nil afterDelay:timeInSeconds];
あれは。メソッド toNewViewController: でView ControllerからView Controllerへの遷移を記述するだけです。