In my app I want a user to be able to choose a background image. Imagine it something like the background image you can choose for your WhatsApp Chat.
To make a smooth start, I would like the Launchscreen to display exactly that image. The User would see his/her background image and the user interface would just fade in when the app is finished loading.
Obviously that would mean I have to manipulate the LaunchScreen.storyboard at runtime which isn't possible.
My idea was to save the choses background in a file and let the imageView in the LaunchScreen.storyboard use a path instead of an image. Unfortunately I have no idea how I could do that. Is my idea possible?
I'm using Swift 2 for my iOS app.
Thanks in advance