Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @IBAction func nextButtonTouched(_ sender: Any) {
  2. self.firstLabel.textColor = UIColor.blue
  3. self.firstLabel.backgroundColor = UIColor.yellow
  4. self.firstLabel.alpha = 0.5
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement