tags:

views:

31

answers:

1

I want to make a function that is always running in xcode similar to Unity's "function Update()". is this possible and if so, how.

A: 

You'll want to read up on run loops and NSTimers.

nall