Have a quick question to see if there is a better way of doing this. Basically I have an app that might be open for many days and it is important to advance the date at midnight. I can add [NSDate date]; to the awakeFromNib method to get the current date adn assign that value to an NSTextField label. Then using an NSTimer have it check every minute for the current date to update.
Would that be the best approach?
Would that be the best approach?