You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got one exception. This is because the minimumDate is higher then the first item showed in Calendar.
Ex: Today is 2016/09/28 (Wednesday) and to fill the FSCalendar view, the first date is 2016/09/25. But as the minimumDate is 2016/09/28, then it crash.
Additional Data
_Branch_: Development
_Operating System_: iOS 10
_Stack Trace_:
#!swift
*** Terminating app due to uncaught exception 'FSCalendar date out of bounds exception', reason: 'Target date 2016/09/25 beyond bounds [2016/09/28 - 2016/09/25]'
The text was updated successfully, but these errors were encountered:
This is a Bug Report
Description
When you set:
I got one exception. This is because the minimumDate is higher then the first item showed in Calendar.
Ex: Today is 2016/09/28 (Wednesday) and to fill the FSCalendar view, the first date is 2016/09/25. But as the minimumDate is 2016/09/28, then it crash.
Additional Data
The text was updated successfully, but these errors were encountered: