I want to make an Activity Indicator start animating and then stop after one second.
So does anyone know how I could do that?
class stuff { @IBOutlet
With the updated Swift 3 syntax this becomes
DispatchQueue.main.asyncAfter(deadline: .now() + 4.5) { indicator.stopAnimating() }