What is the difference between launchscreen.storyboard and main.storyboard

They are two completely different things. The launch screen is what first appears when the user taps the app icon before the app is finished launching. It shows a single, static screen. It can’t be dynamic and it can’t use any custom classes or code. It’s the replacement for launch images. The main storyboard is … Read more

UIImageView missing images in Launch Screen on device

Turn it off and then on again. Seriously, restart the device — that’s what fixed it for me. Here’s what didn’t work: Cleaning DerivedData. Cleaning the project. Uninstalling the app from the device. Restarting Xcode. Restarting the computer. Older observations: Just like the others, it: Works fine in the Simulator Used to work on the … Read more

tech