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.
我有两个为我的应用程序设计的视图!我想知道是否有任何方法可以在延迟 10 秒后自动切换视图!
创建一个显示您的视图的方法。
调用该方法在 10 秒后显示
[self performSelector:@selector(showAnotherView) withObject:self afterDelay:10.0];