Dope Basic is a simple iOS app that contains a few buttons and switches to dope things up.
- Create a new iOS project
- Call it "Animal Kingdom Basic"
- Save the project
- User can tap on any of the three buttons: Dope, Hope, Nope. When the user taps on either of the buttons, a label above should display the text of the input button.
- A switch to change background to black or white
- A switch to change colors of the button to white or normal
view.backgroundColor = .white
sender ex: sender.isOn...
button.titleLabel?.text
hopeButton.tintColor = .red
hopeButton.tintColor = view.tintColor