I use LaunchScreen.storyboard. I have a single label and an image.
On Xcode11.0 (just installed), when build is done, I have this warning : "'UILaunchImages' has been deprecated, use launch storyboards instead." I already use LaunchScreen.storyboard !
When the app run on IOS13.1, the label is correctly shown, background color is ok, but the image don't appear !
is anyone have a solution ?