在iOS中实现启动画面

问题描述:

我是Cocoa,Objective-C和iOS开发的新手。

I'm quite a newbie in Cocoa, Objective-C and iOS development.

我想实现一个只是一个启动画面的视图在路由到主视图之前持续很短的时间。你对我应该如何实现它有任何想法吗?任何教程或代码示例?我有一些有多个视图,但没有一个计时器在几秒钟之后重定向到另一个,就像我想做的那样。

I'd like to implement a View that is just a splash screen and only last for a short time before routing to the main view. Do you have any idea on how I should implement that ? Any tutorials or code samples ? I have some with multiple views, but none with a timer to redirect to another one after a few seconds like I want to do.

参见应用启动(默认)图像

还应该注意Apple建议不要将启动图像作为启动画面滥用。
Apple HIG

It should also be noted Apple advised NOT abusing the launch image as a splash screen. Apple HIG