I want to add a label hooked up to a timer. I want the label to spew out seconds & milliseconds (ss:mm)
The most obvious way to do this seems to be the use of NSTimer, but I'd have to fire every 0.01 sec to update the label. Is that OK or an awful overhead?
Is there a better function out there to do this or am I doing it right? (or do I need to be told?
)
The most obvious way to do this seems to be the use of NSTimer, but I'd have to fire every 0.01 sec to update the label. Is that OK or an awful overhead?
Is there a better function out there to do this or am I doing it right? (or do I need to be told?