I have added Launch Screen Image as well as background color for launch screen from info.plist which is available in SwiftUI 2.0 or iOS 14. But My Launch Image or the background color does not show while launching the app in simulator iphone 12 max pro.
I have checked everything in my assets file and also matched the image name and background color name that I have provided to the info.plist but nothing works.
Here is what I have done in info.plist:
Assets name in my assets folder:
While running the app in simulator it does not show the black background color or the image for launch screen it just shows a white background for a few seconds then takes to the app main view.