Is there a better way to do this?
-(NSDate *)getMidnightTommorow { NSCalendarDate *now = [NSCalendarDate date]; NSCalendarDate *tomorrow = [now dateByAdd
[NSDate dateWithNaturalLanguageString:@"midnight tomorrow"];