问题标签 [launchimage]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iphone - Xcode 7:iOS 9 模拟器上没有 launchImage
我已经将 Xcode 更新到 Xcode 7。然后我的 Swift 项目到 Swift 2。最后我删除了所有警告。
以前版本的 Xcode 一切都很好。在 Xcode 7 上,LaunchImage 不会显示在 iOS 9 的模拟器上,但会显示在 iOS 8 上。
所有地方都填满了资产:记住它在 iOS8 上运行良好。
ios - Prevent launch image overwriting of time on status bar
I read that Apple prefers the launch image to be similar to your initial app screen to provide the user with the illusion of "instant on", and that somehow the status bar of the app while loading is hidden so that there is no conflict in time.
I am using a screenshot of the app as my launch image.
However, the status bar is not hidden at loading. Instead, it is overwriting the image, which is okay for the static portion of the status bar which exactly matches the screenshot. However, the time of the status bar is superimposed on the time in the screenshot, creating a blur.
Is it best practice to remove the time from the screenshot in Photoshop, or is there a way to hide the status bar at launch? I've found suggestions to alter my plist file, but they seem a bit funky.
What is the best practice?
swift2 - 自 XCode7 更新后在设备上启动应用程序时出现黑屏
我已经更新了 XCode7,并且和大家一样,我必须修改我的部分代码以符合 Swift2。
但是我有一个问题,当我在模拟器上测试应用程序时我没有问题。但是当我直接在我的真实设备(Iphone 5S IOS9)上尝试时,黑屏仅显示电池电量。
我在 3 天内尝试在 stackoverflow 上找到一些东西,但似乎没有任何效果。
这个主题似乎是同样的问题,但实际上不起作用。IOS 7启动图像,仅在设备上显示黑屏
我已经关注了主题iOS 9 Black Launch Screen但它没有带来任何正确的解决方案
任何想法或帮助将不胜感激。
ios - 如何以编程方式在 iOS9 中获取正确的启动图像?
我已将不同尺寸的图像添加到 LaunchImage 资产中。当我使用这段代码时
它返回了大小错误的launchImage,完全返回@2x png。当我使用 iphone6 plus 时,期望的图像是@3x png。关于获得正确图像的任何想法?
ios - LaunchFile 未在我的设备 ios 9、xcode 7.1 上显示
当我在模拟器上启动应用程序时,会出现“启动画面”启动文件,但是当我在 iOS 设备上启动应用程序时它不会出现
我在资产中有launchImage,具有不同大小的图像,如苹果建议。
我已经删除了我的 LaunchScreenfile.storyboard,因为我不必使用它。
ios - 使用 Xcode 7 不显示启动图像
我已经在资产目录 ( LaunchImage
) 中设置了启动图像,我也在 Xcode 中目标的“常规”选项卡中设置了它。运行应用程序时会显示默认LaunchScreen
文件,但我阅读了这篇文章Launch Screen File
并做了那里所说的:在“常规”选项卡和 .plist 中将参数留空
但是现在,我没有显示目录中的适当启动图像或默认图像,而是显示黑屏...
我只支持 iPhone 和 iOS 7、8 和 9。
我会错过什么?
谢谢
编辑:这可能是因为图像尺寸不正确吗?例如,对于 iPhone Portrait Retina HD 5.5,我有一个大小为 1242 x 2208 和 name 的文件,对launch_iPhone6Plus-Portrait@3x.png
吗?
ios - iOS 从远程通知打开时使用不同的启动画面?
我有启动屏幕,它是故事板启动文件。当我启动我的应用程序时,它会显示出来。但是现在我想在从远程通知打开我的应用程序时添加以显示不同的启动画面。在通知负载中,可以指定字段启动图像。我已经指定了图像。
但即使我指定了我的启动图像,也会显示默认启动图像,即来自故事板启动的图像。如果我使用启动故事板文件,是否可以这样做,以获得不同的启动图像?