79499435

Date: 2025-03-11 00:38:04
Score: 1
Natty:
Report link

Xcode Version 16.2/iOS 13 with view animation

@IBAction func keyPressed(_ sender: UIButton) {
        playSound(soundName: sender.currentTitle!)
        sender.alpha = 0.5
        UIView.animate(withDuration: 0.2) {
            sender.alpha = 1
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Javier Rivero