Objective C / iPhone: How to add a timer to let the text update?
- by Tattat
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.