-
Notifications
You must be signed in to change notification settings - Fork 808
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
Setting row number to 1 causes to crash when selecting item from calendar #107
Comments
its a bug. |
Fixed on master branch. If youre using this project with cocoapods, you can test master branch with the instructions here. |
Thanks a lot! |
@patchthecode I tried again and bug still exists. I have user instructions you provided. Also when scrolling through days (when calendar has only one row), days get skipped - current month is showing fine, september skips when scrolling to next week from 11 to 29. |
crash bug still exists. looking into it. |
Fixed on master branch. |
First of all thanks for this awesome library.
I am using it to create some kind of weekly calendar. As I change rows to 1, it works fine when scrolling but as soon as I select an item from calendar, it crashes.
Code:
The error log:
Xcode marks error row as: JTAppleCalendarView, batchReloadIndexPaths's completition (line 724)
Is it wrong something I am doing or is it library thing? Thanks for help
The text was updated successfully, but these errors were encountered: