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];
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];