First, take a look around the project. Familiarise yourself with what’s been included in the starting project. We’ve already added the required image assets and the app icons. Everything else has been left for you to complete.
Open the Main.storyboard in the File Navigator.
Change the background colour of the app.
Hint: Try messing with properties in the Attribute inspector with the View selected in the Document Outline.
See the screenshot below if you’re confused about where these things are.
Next, let’s add all the UI elements on to our canvas.
Add a Label that says “Ask Me Anything” or something you think will work well with the Magic 8 Ball theme.
Add a new Image View from the Object Library on to the canvas and place it at the centre.
Add a new Button that says “Ask” or something similar and place it at the bottom of the screen.
Feel free to tweak the Font Style and Font Sizes to your liking. You should end up with something like this:
You can ignore any yellow warnings at this stage.