Basically there is one Launchscreen.storyboard in iOS and in the project I'm working on i have various environments as in Local, Development, Production.
Can i have three different background colors for the respective builds on the same launchscreen? If yes, then how?
The only way I can think of is adding a Run-Script phase to the Build Phases section. The script should look at the environment variables in order to determine what the current environment is, and replace the relevant XML element inside the storyboard file.