I've implemented
- (NSInteger)calendar:(FSCalendar *)calendar numberOfEventsForDate:(nonnull NSDate *)date
and
- (UIColor *)calendar:(FSCalendar *)calendar appearance:(nonnull FSCalendarAppearance *)appearance eventColorForDate:(nonnull NSDate *)date
or
- (NSArray *)calendar:(FSCalendar *)calendar appearance:(nonnull FSCalendarAppearance *)appearance eventColorsForDate:(nonnull NSDate *)date
the first one (numberOfEventsForDate) gets called and is executed like expected. The other ones (also tried other color methods) won't get called.
I've implemented
- (NSInteger)calendar:(FSCalendar *)calendar numberOfEventsForDate:(nonnull NSDate *)dateand
- (UIColor *)calendar:(FSCalendar *)calendar appearance:(nonnull FSCalendarAppearance *)appearance eventColorForDate:(nonnull NSDate *)dateor
- (NSArray *)calendar:(FSCalendar *)calendar appearance:(nonnull FSCalendarAppearance *)appearance eventColorsForDate:(nonnull NSDate *)datethe first one (numberOfEventsForDate) gets called and is executed like expected. The other ones (also tried other color methods) won't get called.