在Xcode中,我如何知道我的图像是否正常工作? [英] In Xcode how do I know if my lauch image is working correctly?

查看:123
本文介绍了在Xcode中,我如何知道我的图像是否正常工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行模拟器时,应用程序会很快打开,因此无法看到启动图像。

When I run the simulator, the app opens really quickly so it's impossible to see the launch image.

推荐答案

设置断点到应用程序的第一行:didFinishLaunchingWithOptions:委托方法。或者更好的是,在 main 里面。

Set a breakpoint to the 1st line of your application:didFinishLaunchingWithOptions: delegate method. Or better yet, inside main.

这将暂停应用程序,然后再显示您的用户界面并让您看到启动画面。

This will pause the app before showing your user interface and allow you to see the launch screen.

这篇关于在Xcode中,我如何知道我的图像是否正常工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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