-
Notifications
You must be signed in to change notification settings - Fork 812
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
Programmatic way to go to next/previous month #47
Labels
Comments
Ok sorry, i missed the funcs scrollToNextSegment / scrollToPreviousSegment, which are doing this very well, but the completion handler was never used, i fixed it that way :
|
(just created a pull request) |
Just went through your code. Its neat. Its now merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'v added arrow buttons to go to next/previous month (image posted on 18 june), but it seems there's no way to do this programmatically at the moment ?
I did it adding these funcs in JTAppleCalendarView.swift
`
`
But when animating, all the cells from current month disappear... it's not as nice as doing it by scroll...
There's definitely a better option ?!
The text was updated successfully, but these errors were encountered: