Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubletap delivering invalid type #23

Open
Xavjer opened this issue Apr 18, 2018 · 1 comment
Open

Doubletap delivering invalid type #23

Xavjer opened this issue Apr 18, 2018 · 1 comment

Comments

@Xavjer
Copy link

Xavjer commented Apr 18, 2018

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.

@maximbilan
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants