Accumulated Game Time
I have a label on each view, so as you progress from view to view it displays your total game time played. If you have seen the "Moron Test" you will understand.
I am using a NSInteger in my app delegate and NSTimers in each view and passing the int value to/from the app delegate. Sometimes it works and sometimes the time is way off. I seem to read that using the "run loop" is better?
I will be happy to post my code snippets. If this is the incorrect forum please advise. Any assistance will be appreciated.
I am using a NSInteger in my app delegate and NSTimers in each view and passing the int value to/from the app delegate. Sometimes it works and sometimes the time is way off. I seem to read that using the "run loop" is better?
I will be happy to post my code snippets. If this is the incorrect forum please advise. Any assistance will be appreciated.

