Skip to content

Instantly share code, notes, and snippets.

@MMercieca
Created January 8, 2016 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MMercieca/1b94a3201dc698dc89c3 to your computer and use it in GitHub Desktop.
Save MMercieca/1b94a3201dc698dc89c3 to your computer and use it in GitHub Desktop.
timer = NSTimer(timeInterval: updateInterval, target: self, selector: "updateProgress", userInfo: nil, repeats: true)
NSRunLoop.mainRunLoop().addTimer(timer, forMode: NSRunLoopCommonModes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment