I'm using XCode and Cocoa. For a project I'm working on I would like to display a simple countdown timer.
What class am I looking to use? I have seen some examples with NSDate and NSTimer.
NSTimer seems to work the best because I can trigger a method when the timer is finished.
I'm pretty new to cocoa but I should be able to interpret any code provided.
Thanks in advance!