1247c1435108d634a2a9bb0564ba4d3e00febbab
接上一 commit f4307cc(WebView 全屏铺满):splash 启动图也应保持一致策略, 否则启动瞬间(iOS 系统 LaunchScreen)和过渡期(SplashOverlay)仍会显示 左右大黑边,与 WebView 全屏的视觉不连续。 3 处 contentMode 从 scaleAspectFit 改为 scaleAspectFill: - LaunchScreen.storyboard(iOS 启动瞬间) - WebContainerViewController 内 SplashOverlay.imageView - SubGameViewController 内 SplashOverlay.imageView scaleAspectFill 行为:素材 1136×640(16:9)在现代 iPhone 横屏(19.5:9) 上高度撑满,宽度按比例放大→左右轻微裁切。启动图左右是空白底色,logo + 文字主体居中可见,裁切无影响。 等价 daoqi msext LaunchImage Asset Catalog 时代「启动图覆盖整屏」体感。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
24 MiB
Languages
Swift
94.5%
Objective-C++
2.9%
JavaScript
1.8%
C
0.6%
Objective-C
0.2%