Calendar-iOS icon indicating copy to clipboard operation
Calendar-iOS copied to clipboard

Doubletap delivering invalid type

Open Xavjer opened this issue 6 years ago • 1 comments

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 ATM return the wrong type resulting in the month being the same type as the day.

Xavjer avatar Apr 18 '18 14:04 Xavjer

Hi @Xavjer Thanks for using. I was developing this a lot of years ago, so I don't remember what is going on here. Please feel free to create a pull request for changes.

maximbilan avatar Apr 18 '18 14:04 maximbilan