如何将占位符 UI 实现为启动屏幕
How to implement a placeholder UI as launch screen
我正在寻找一种实现启动屏幕的方法。我终于找到了可能的最佳解决方案,由 Ian Lake here. However, it explains how to implement a branded launch screen, not a placeholder UI. You can see the difference here.
发布
我需要占位符 UI,因为我的应用启动时间不长。它与正常的开始屏幕几乎相同,只是带有并添加了工具栏。我已经完成了所需的一切,我只需要知道图层列表应该如何。它将由原色的顶部形状和下面的渐变组成。
提前致谢。
https://medium.com/@lucasurbas/placeholder-ui-launch-screen-d85c35552119
提供了快速修复
令人惊讶的是,这是预期的行为。
我正在寻找一种实现启动屏幕的方法。我终于找到了可能的最佳解决方案,由 Ian Lake here. However, it explains how to implement a branded launch screen, not a placeholder UI. You can see the difference here.
发布我需要占位符 UI,因为我的应用启动时间不长。它与正常的开始屏幕几乎相同,只是带有并添加了工具栏。我已经完成了所需的一切,我只需要知道图层列表应该如何。它将由原色的顶部形状和下面的渐变组成。
提前致谢。
https://medium.com/@lucasurbas/placeholder-ui-launch-screen-d85c35552119
提供了快速修复令人惊讶的是,这是预期的行为。