Objective C / iPhone: How to add a timer to let the text update?

Posted by Tattat on Stack Overflow See other posts from Stack Overflow or by Tattat
Published on 2010-03-18T16:13:32Z Indexed on 2010/03/18 16:21 UTC
Read the original article Hit count: 101

Filed under:
|
|

I want to write an application that allow user to count down the time. The time will be displayed using label. I want to update the label every second, how can I do it? or which API is suitable for me to do this? thz in advance.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objective-c