Reputation: 577
I am Implementing a countdown timer in my app. In the functionality, I need to display the remaining time before Jan 1st 2011. In months, days, hours and minutes format. Can any one please help. Thanks in advance.
Upvotes: 0
Views: 783
Reputation: 6650
use an NSTimer
which update you're label everytime it's fired
Upvotes: 1