Black screen after iOS LaunchScreen/LaunchImage

With Defold 1.2.163 the launch screen/image was effective, there was no gap between the launch screen/image and the app content.

With Defold 1.2.164 there is a short period of time with black screen, which gets longer depending on the loading time of the app.
This results in a black flash when launching an app, which is not pleasant to the eye.

1 Like

Hmm, apart from changing to using the UIApplicationMain, I don’t know what could have caused this.
Although launchimages are deprecated, so we should probably look into supporting a launch story board.

3 Likes

Still actual:

If we add the backgroundColor with clear_color value to the ViewController.m view, it is safe for Defold?

Perhaps this will indirectly fix the situation if this blink is the black color of the UIWindow.

1 Like

Ticket #6142.

1 Like