Adding a launch screen to your iOS app
Launch screens provide a simple initial experience while your iOS app loads. They set the stage for your application, while allowing time for the app engine to load and your app to initialize.
All apps submitted to the Apple App Store must provide a launch screen with an Xcode storyboard.
Customize the launch screen
#The default Flutter template includes an Xcode
storyboard named LaunchScreen.storyboard
that can be customized with your own assets.
By default, the storyboard displays a blank image,
but you can change this. To do so,
open the Flutter app's Xcode project
by typing open ios/Runner.xcworkspace
from the root of your app directory.
Then select Runner/Assets.xcassets
from the Project Navigator and
drop in the desired images to the LaunchImage
image set.
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-05-21。 查看文档源码 或者 为本页面内容提出建议。