Kent Behrends

Results 2 comments of Kent Behrends

Ok, I received these errors when I am using Min and Max date to limit the days shown on the calendar: ``` _calendar = [CKCalendarView new]; [_calendar setDelegate:self]; [_calendar setDataSource:self];...

Revisited with MBCalendatKit at version 3.0.4 (via pod update) ``` [_calendar setMinimumDate:firstDate]; [_calendar setMaximumDate:lastDate]; ``` Still receiving error below, and dates are only from 3/6/2016 - 3/13/2016, others blank. Errors...