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.
を使用するカウントダウンの最後に新しいView ControllerをロードしたいNSTimer. そのために通知を使用する必要がありますか?
NSTimer
タイマーに無効化を呼び出した後、通知を投稿できます。
現在のViewControllerに通知をリッスンさせて、別のViewControllerにプッシュします
同じカウントダウンで [self performeSelector after delay] で別のメソッドを開始します。