We’ve activated Splash Screen Control,
i build ios project
Using the example project in Corona, “SimpleLuaExtension”, increased in build.settings.
Settings =
{
SplashScreen =
{
The enable = false
},
}
But when it started, there was a flash screen of Corona. How do you handle it?
Detailed build Settings
-- -- For more information on build.settings see the Corona Build Guide at: -- http://docs.coronalabs.com/guide/distribution/buildSettings/index.html -- settings = { splashScreen = { enable = false }, --[[orientation = { default = "portrait", supported = { "portrait" } }, --]] iphone = { xcassets = "Images.xcassets", plist = { UILaunchStoryboardName = "LaunchScreen", }, }, }
