-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Changing scope with an UISwipeGestureRecognizer causes currentPage bug #333
Comments
Can't just use the scope handle? |
I want to be able to just swipe on the calendar and make it go to the Month view. I don't want to use the scope, because of UX choices |
Have u implemented |
Yes I did! |
I have a similar problem. When I change from "month view" scope to "week view" scope the calendar changes to previous month automatically. I don't know what is happening. |
@WenchaoD do you have any idea? |
calendar.scopeGesture.enabled = YES; Available in development branch; |
Merged into master. |
I've implemented a UISwipeGestureRecognizer on my FSCalendar instance:
This works, but it causes the calendar to go like 10 years in the future.
I've also tried to use:
[_calendar setCurrentPage:_calendar.currentPage animated:YES];
after setting the scope, but that didn't work.
Do you have any idea what causes this?
The text was updated successfully, but these errors were encountered: