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

scrollToDate on year view Calendar does nothing #1226

Open
zero-tolerance0 opened this issue Feb 17, 2020 · 0 comments
Open

scrollToDate on year view Calendar does nothing #1226

zero-tolerance0 opened this issue Feb 17, 2020 · 0 comments

Comments

@zero-tolerance0
Copy link

i searched issue before starting new issue:
#1055

however solution from there did not help.

(Required) Version Number:
macOs 10.14 Mojave
xcode 11.3
JtAppleCalendar github "patchthecode/JTAppleCalendar" "master"
using carthage

Description

i answered:
unfortunately function
self.yearView.scrollToItem(at: IndexPath(item: itemIndex, section: 0), at: at, animated: animated)
not scrolling calendarYear to specified IndexPath

Steps To Reproduce

Expected Behavior

i want to run scroll to date f-n and expect calendar will scroll to that date, but now, it always starts from very beginning date((

Additional Context

it is called and some strange action happens (in mili seconds of time) but calendarYear still starts from the very beginning (

scrollToItem func is definitely getting called since if I put very big row for IndexPath it crashes.

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

1 participant