I\'m trying to call a method at a certain time and date (using an NSDate) but I can\'t work out how to do it.
NSDate
I don\'t want to use NSTimer
NSTimer
Why don't you just use the NSTimer, and in the...
- (void)applicationDidBecomeActive:(UIApplication *)application
callback, check the time and date, and update the timer, or call the function if the date has passed.