Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created September 22, 2014 17:49
Show Gist options
  • Select an option

  • Save veeneck/23e3050b004a7f16f241 to your computer and use it in GitHub Desktop.

Select an option

Save veeneck/23e3050b004a7f16f241 to your computer and use it in GitHub Desktop.
Update to wheel
func updateWithTime(currentTime:NSTimeInterval) {
// Local boolean. Next step would be to use a state machine.
if(self.wheeling) {
self.wheel()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment