Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headerTitleFont appearance doesn't seem to be working #430

Closed
wilkinnh opened this issue Sep 27, 2016 · 2 comments
Closed

headerTitleFont appearance doesn't seem to be working #430

wilkinnh opened this issue Sep 27, 2016 · 2 comments
Labels

Comments

@wilkinnh
Copy link

wilkinnh commented Sep 27, 2016

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

@WenchaoD
Copy link
Owner

image

@WenchaoD WenchaoD added the Fixed label Sep 28, 2016
@wilkinnh
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants