You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in method - (instancetype)initWithFrame:(CGRect)frame calendar:(NSCalendar *)calendar startDate:(NSDate *)startDate endDate:(NSDate *)endDate
shouldn't the _calendar be set first? cause in dateWithoutTimeComponents it is using self.calendar already
The text was updated successfully, but these errors were encountered:
in method
- (instancetype)initWithFrame:(CGRect)frame calendar:(NSCalendar *)calendar startDate:(NSDate *)startDate endDate:(NSDate *)endDate
shouldn't the _calendar be set first? cause in
dateWithoutTimeComponents
it is using self.calendar alreadyThe text was updated successfully, but these errors were encountered: