Is there an easy way delay a method call for 1 second?
I have a UIImageView that reacts on a touch event. When the touch is detected, some animations ha
UIImageView
Use in Swift 3
perform(, with: , afterDelay: )