2024-12-16 TIL: iOS Launch Screen
💻
iOS Launch Screen
- All iOS apps must include a launch screen storyboard, even if the rest of the app is built without storyboards. Without it, the app defaults to supporting only older 3.5" (or possibly 4") iOS device sizes, resulting in black bars (letterboxing) on larger devices. Including a launch screen storyboard ensures the app can accommodate all screen sizes.
- For SwiftUI, simply adding an empty image name to
Info.plist
should also work.