-
Notifications
You must be signed in to change notification settings - Fork 97
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
Need a delegate method to scroll to selectedDate. #10
Comments
@stevewirig see the forks. I sow this feature in some one. |
This is what I added myself, where date is the beginning of the month that you want.
|
Hi there, I have added the mentioned method but am getting below crash. Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'attempt to scroll to invalid index path: <NSIndexPath: 0xb736db0> {length = 2, path = 2147483647 - 0}' |
I am having trouble with this as well, any updates? |
Corrected Answer:
Pass the selected date index path. |
I know this is kind of old, but I found that this method works better. If you have any improvements let me know!
|
Hello Dehli, I happened upon your code and there is an issue when scrolling to a date that is before the visible date on screen. I have made some changes, now it will work regardless of scroll direction.
|
Am I missing this somewhere? I have combed through the code and am not seeing a way to dynamically scroll the calendarView.
The text was updated successfully, but these errors were encountered: