I have an image in my project which is of a default human portrait, I show this in the LaunchScreen.xib on application launch.
When the user has signed up in the application I then want to over-write the default human portrait image, the idea being that the LaunchScreen.xib will now show the custom image that they have supplied.
Is this possible? And if so does anyone have any tips about how I might go about doing it?