Umar Afzal
Umar Afzal
I am also getting the same crash. Any luck with solving that @cesariel ?
@patchthecode you can check with these settings as per @cesariel ``` func setupCalendarView() { calendarView.minimumLineSpacing = 0 calendarView.minimumInteritemSpacing = 0 calendarView.visibleDates { (visibleDates) in self.setupViewsOfCalendar(from: visibleDates) } if(self.appoDates.count > 0)...
same question from me also