From 38b44a3378147d28ead08d506122dde4976cf83d Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Thu, 13 Jun 2024 15:43:46 +0800 Subject: [PATCH] Update manifest-splashscreen.md --- docs/collocation/manifest-splashscreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collocation/manifest-splashscreen.md b/docs/collocation/manifest-splashscreen.md index 37cb8313..6fd03dbb 100644 --- a/docs/collocation/manifest-splashscreen.md +++ b/docs/collocation/manifest-splashscreen.md @@ -218,7 +218,7 @@ HBuilderX需要的自定义storyboard文件格式为zip压缩包,里面要求 - 为了避免png文件名称与应用中内置的文件名冲突,建议以dc_launchscreen开头 - 制作 storyboard 时,**请将图片资源直接拖到放工程中,不要放到 imageset 里面,并且图片命名要保证一定的唯一性可参考附件中的示例** - XCode中创建 storyboard 文件时,**页面元素添加约束时一定要相对于** `Superview`,不然启动图到 loading页面过渡时页面会跳动或者变形 -![](https://img.cdn.aliyun.dcloud.net.cn/client/ask/pkg/splash/xcode.png) +![](https://web-ext-storage.dcloud.net.cn/doc/app/ios/storyboard1.png) ::: ### 使用storyboard文件 -- GitLab