在Iphone的简历上的启动画面 [英] Splash screen on resume in Iphone

查看:120
本文介绍了在Iphone的简历上的启动画面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在应用程序从后台恢复时在我的应用程序上添加启动画面。这可能吗?提前致谢

I want to add splash screen on my app when the app is resumed from the background.Is this possible? Thanks in advance

推荐答案

您可以在中更新视图堆栈 - [UIApplicationDelegate applicationWillResignActive:]

当应用程序恢复时,更改将会显示,您可以在中再次删除启动屏幕 - [UIApplicationDelegate applicationDidBecomeActive: ]

The changes will be visible when the app resumes, and you can remove the splash screen again in -[UIApplicationDelegate applicationDidBecomeActive:].

这篇关于在Iphone的简历上的启动画面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆