You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you!! I was looking at CocoaDocs and when I hovered over this property it didn't include that warning, so I never saw it. Appreciate the quick response!
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];
The text was updated successfully, but these errors were encountered: