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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: