Is there a better way to do this?
-(NSDate *)getMidnightTommorow { NSCalendarDate *now = [NSCalendarDate date]; NSCalendarDate *tomorrow = [now dateByAdd
Nope - it'll be the same way you use to find midnight today.