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.
Xcode 4では...特定の時間が経過した後、別のUIViewControllerに自動リダイレクト(またはナビゲーション)する方法を知りたいですありがとうございます
どうですか
[self performSelector:@selector(yourRedirectMethod) withObject:nil afterDelay:1]