This project will give you a chance to practice the skills you learned in the first lesson of the iOS 101 course. Follow the instructions below:
- Create a new Xcode project
- Name the project "Rainbow"
- Make sure you select Swift as the development language
- Open the app's Main.storyboard file.
- Add six buttons to the main screen
- Each button's title should be a different color
- Use the Add Missing Constraints option to make sure the buttons are properly constrained
- Create an IBAction for each button in ViewController.swift
- In each action, change the view's background color to the color that corresponds to the button's title
- Build and run your app using the simulator
- Test each button to make sure that it changes the background color appropriately.
If everything works, congratulations! You've just built your first iOS app on your own from scratch!
Send your completed app to your Project Manager.