I have tried 'respect safe area' option but it does not make a difference.
Thank you.
Code Block language <key>UILaunchScreen</key> <dict> <key>UIColorName</key> <string>onboarding_color</string> <key>UIImageName</key> <string>onboarding_logo</string> <key>UIImageRespectsSafeAreaInsets</key> <false/> </dict>
I'm having this same exact problem in Simulator, as well as physical device.
THIS is a really bad bug that needs to be fixed ASAP. I don't understand why this hasn't been fixed already considering the number of people asking about it.
HOLY SCHNIKES! FIX IT!
I hate to say this, but I believe this skewing happens if you only include one of the 1x.2x,3x and it does a really BAD, like bad bad, like no one cares job at resizing it by just stretching it to the available space.
I DO NOT want to add that extra 500K because that is 5% of my total app size budget for App Clip.
Even with 1x,2x,3x images it still skews. So, make it stop. Or not. I'm just here coding.
Same issue. Have tried nearly every hack out there. Nothing works. Image distorts. Refuse to use a storyboard. Apple has $100B+ in the bank. They can get on this.
2023 and this is still broken... bugs like this make it hard to consider SwiftUI a viable option.
https://stackoverflow.com/questions/65785025/launch-screen-image-stretches-in-swiftui Using the storyboard launchscreen described in the link worked for me