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]