Skip to content

headerTitleFont appearance doesn't seem to be working #430

@wilkinnh

Description

@wilkinnh

I set this by doing the following, but it doesn't seem to change the header font at all.

calendar.scrollDirection = FSCalendarScrollDirectionVertical;
calendar.placeholderType = FSCalendarPlaceholderTypeFillHeadTail;
calendar.pagingEnabled = NO;
calendar.allowsMultipleSelection = YES;
calendar.firstWeekday = 2;
calendar.appearance.headerTitleFont = [UIFont systemFontOfSize:10 weight:UIFontWeightRegular];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions