Phase 1.14.b:LaunchScreen 替换为启动图(SplashImage)
- 将 docs/res/Res/Default-568h@2x~iphone.png(msext 时代竖图 640×1136 CgBI 压缩,29708 字节)拷入 ylgamehall/Assets.xcassets/SplashImage.imageset/, Contents.json 声明 universal idiom @1x/@2x/@3x(仅 @2x 提供物理文件) - 改写 LaunchScreen.storyboard:黑底 + 单个 UIImageView(image="SplashImage", contentMode=scaleAspectFill),四边约束到 superview 完成全屏铺满 - 启动瞬间用户看到的是启动图而非黑屏;竖图在横屏设备上会被 aspectFill 上下裁剪,启动只展示 0.x s,接受此折衷,Phase 10 polish 时再考虑做 专门的横屏素材 - BuildProject 通过(55s) Plan 进度已勾选(§5 Phase 1.14.b + §8) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
45a8f483bc
commit
ba34854133
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "SplashImage@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user