Skip to content

some FSCalendarDataSource methods not called #299

@el-angel

Description

@el-angel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions