I am creating and firing a NSTimer with:
NSTimer
ncTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:sel
Swift timer with closure:
let timer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in // Do whatever } timer.fire()