Hey guys,
Stop me if you've heard this one before...
-I have a timer application whose protocol needs a upcount (1,2,3...) terminate parameter of 180s.
-On pressing the Start/Stop button, the paused integer must rest for 10 seconds before a count down (3,2,1) begins at 50 seconds (10+50=Clever girl...).
-Any time during this countdown, the Start/Stop button can be pressed resuming at the time of the initial pause.
-The amount of cycles is then recorded as a UILabel in the corner as well as in a local storage on the phone (I wish to post this data after beta in a PHP server).
I already have this beast out in a Java environment, but the NSTimer and NSDate actions are foreign to me. Yes, I've looked up this matter on the developer pages. No, I don't understand them entirely.
Any advice from the sages at Mac Rumors?
Stop me if you've heard this one before...
-I have a timer application whose protocol needs a upcount (1,2,3...) terminate parameter of 180s.
-On pressing the Start/Stop button, the paused integer must rest for 10 seconds before a count down (3,2,1) begins at 50 seconds (10+50=Clever girl...).
-Any time during this countdown, the Start/Stop button can be pressed resuming at the time of the initial pause.
-The amount of cycles is then recorded as a UILabel in the corner as well as in a local storage on the phone (I wish to post this data after beta in a PHP server).
I already have this beast out in a Java environment, but the NSTimer and NSDate actions are foreign to me. Yes, I've looked up this matter on the developer pages. No, I don't understand them entirely.
Any advice from the sages at Mac Rumors?