Robert Turrall
Robert Turrall
@daemedeor I agree with the guidelines but find it wasteful to even send a network request if the server is not reachable. I am testing for reachability prior to sending...
Same here... Objective-C, running in Simulator... but it's consistently returning the previous day's date at 22:00:00...
This works, displays the correct date (code in delegate): - (void)calendarView:(TSQCalendarView *)calendarView didSelectDate:(NSDate *)date { self.dateFormatter = [[NSDateFormatter alloc] init]; [self.dateFormatter setLocale:[NSLocale currentLocale]]; [self.dateFormatter setDateFormat:@"EEEE d MMM yyyy"]; NSLog(@" ---...