问题标签 [launch-screen]
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.
ios - 启动屏幕中的自定义动画
我使用 Swift 在 Xcode 7 中创建了一个新项目。我注意到启动屏幕存储在故事板文件中。
所以我想是否可以通过将其引用到我的CustomLauchScreenViewController
. 但是,当我在 中设置自定义类名时LaunchScreen.storyboard
,会引发错误:
启动屏幕可能无法设置自定义类名
那么自定义 LaunchScreen 的最佳方式是什么?我打算在启动主屏幕之前使用 LaunchScreen 加载一些数据。
ios - 为纵向和横向与分屏启动 screen.storyboard
我必须为新 iPad 实现分屏功能,并且我从 Apple 的文档中获得了一种解决方法,以在我的应用程序中支持相同的功能:https ://developer.apple.com/library/prerelease/ios/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad /QuickStartForSlideOverAndSplitView.html#//apple_ref/doc/uid/TP40015145-CH13-SW1
在这个文档中,检查第二点:
提供 LaunchScreen.storyboard 文件(而不是像您在 iOS 7 和更早版本中所做的 .png 图像文件)
这就是我必须使用 Launch screen.storyboard 的原因。现在,拆分工作完美,但对于我的应用程序,我有单独的启动屏幕、默认纵向和默认横向。但是现在我已经使用了故事板,我无法为不同的方向自定义启动屏幕。甚至我不能在启动屏幕中进行相同的编码,否则它会给我错误。
此外,我尝试使用尺寸类为两个方向提供单独的图像视图,但没有成功。
如果有人建议我如何使用不同的图像为横向和纵向实现 Launch screen.storyboard,那将是非常有帮助的。
ios - 如何在 ios 9 中保持启动屏幕向上?
我有一个正在构建的 ios 9 应用程序。每次启动应用程序时如何使启动屏幕出现?
xcode - LaunchScreen 适用于 iOS9 但不适用于 iOS8
我在 iOS 8 设备上出现黑屏。LaunchScreen.storyboard 的启动屏幕在 iOS9 设备上运行良好。
我很确定在我升级到 Xcode 7 之前你不需要 iOS8 的启动图像资产
ios - 是否可以在 launchsceen.xib 或 launchscreen.storyboard 的 imageview 中为通用应用程序使用启动图像?
我必须在imageview
启动故事板中使用启动图像。但它不支持所有方向,如果我这样做,scaleToFill
那么图像看起来会被拉伸。有谁能够帮我?contentmode
imageview
ios - Adding a Launch Screen changes the display of my whole app
I tried adding a launch screen to my app. I tried the simplest : just add a new file of type Launch screen to my project (and do nothing more). But this seems to change the resolution of my whole application. Here are sample screens of the same controller of my application with and without the Launch Screen :
without the launch screen :
with the launch screen :
Strangely, once I have used the Launch Screen once, I need to quit and re-launch the simulator to re-obtain the original resolution.
What should I do and which resolution is the correct one to work with ? Does it have something to do with retina ? I can copy-paste the code generated in the LaunchScreen.xib if needed.
ios - 启动屏幕情节提要的图像消失
我最近从启动图像更改为启动屏幕故事板。我在手机上调试了应用程序,一切看起来都很棒。我对应用程序代码的其他区域进行了一些更改,更新了内部版本号,并安装了新版本,但现在该故事板上的图像丢失了,只显示为黑色。当我对该故事板没有任何更改时,关于为什么图像会消失的任何想法?该图像仍在项目中,我检查了情节提要的源代码,并且在那里也正确输入了它。所有工作在模拟器上。