Making It Pretty

Making It Pretty

An app without design is no app at all. Learn how to spruce up your app with design elements like adding a background image for our entire Crystal Ball app and customizing the button.

Extra Credit

Button

Delete the button from the Storyboard and try to add it programmatically within the viewDidLoad method.

Set an image for the button using its background image property and then set the title text. This should allow you to change the text of your button without having to change the image.