Open jhergott opened 8 years ago
when you call [GLCalendarView scrollToDate:animated:]
, are you sure that the date is between calendarView.firstDate and calendarView.lastDate?
Yes. Even when I force the date I pass in scrollToDate:
to be before calendarView.firstDate
or after calendarView.lastDate
I am not able to reproduce the crash.
I have a crash using GLCalendarView and it seems to be happening when
[GLCalendarView scrollToDate:animated:]
is called. I've never been able to reproduce, but it is consistently there in my HockeyApp reports. Any help debugging would be greatly appreciated.Here is a log from HockeyApp.