-
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
nil unwrap 4.1.1 using selectDates(trigger: false) #69
Comments
Oh damn, i forgot to make it a contitional unwrap >_< |
if youre in chat, then let me know --> https://gitter.im/patchthecode/JTAppleCalendar |
Ok. I have re-created the issue. Checking now. |
I have push a Fix to master branch. Can you test the master branch? Change your pod to have this -> |
Released path. update to version 4.1.2 |
yep that was it works great! |
Cheers |
Getting a
unexpectedly found nil while unwrapping an Optional value
at line 174let index = self.theSelectedIndexPaths.indexOf(oldIndexPath)!
I am selecting dates with triggerDelegate set to false.
The text was updated successfully, but these errors were encountered: