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.
アプリ用に設計された 2 つのビューがあります。10秒遅れて自動的にビューを切り替える方法があれば知りたいです!
ビューを表示するメソッドを作成します。
そのメソッドを呼び出して、10 秒後に表示する
[self performSelector:@selector(showAnotherView) withObject:self afterDelay:10.0];