Calendar-iOS
Calendar-iOS copied to clipboard
Calendar View
Hai Can u tell me how to disable future dates
This: if (type != CalendarViewTypeDay && type > minType) { --type; [self fade]; } Should be at the end of - (void)doubleTap:(UITapGestureRecognizer *)recognizer At the moment, year and month will...

Hi! Is there any possibility that the date will not change after swipe on the view?