在iOS中实现启动画面

在iOS中实现启动画面

本文介绍了在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建议不要将启动图像作为启动画面滥用。

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

这篇关于在iOS中实现启动画面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 00:17