Currently building an app in swift. I am trying to add a background image behind the Label containing title of my app, on the launchscreen.storyboard But when I launch the sim, I get a blank screen.
I have tried setting top, left, bottom and right constraints for the ImageView to 0 and setting the appropriate constraints for title Label. When I do that, I get the following message: Constraint Error Message
I've keep trying to move things around and try different constraints, etc, but I am at a loss..
EDIT: I have solved my issue! Huzzah!