Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.13 KB | None | 0 0
  1. @objc func clicked(sender: UIButton) {
  2.      if sender == buttons[0] {
  3.           sender.isSelected = !sender.isSelected
  4.      }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement