We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My code is:
style.cellFont = UIFont(name: "Gilroy-Light", size: 11.0)! style.headerFont = UIFont(name: "Gilroy-Light", size: 15.0)! style.weekdaysFont = UIFont(name: "Gilroy-Light", size: 15.0)!
The header and weekdays font were successfully changed but I can't seem to change the cell font.
Thank you very much for this library!
The text was updated successfully, but these errors were encountered:
I also had the same issue. Instead of creating a Style object i just assigned the styles to the style property of the CalendarView. It works fine then
Style
style
CalendarView
Sorry, something went wrong.
@AmilaDiman well, this ruins other style attributes like firstWeekday
No branches or pull requests
My code is:
style.cellFont = UIFont(name: "Gilroy-Light", size: 11.0)!
style.headerFont = UIFont(name: "Gilroy-Light", size: 15.0)!
style.weekdaysFont = UIFont(name: "Gilroy-Light", size: 15.0)!
The header and weekdays font were successfully changed but I can't seem to change the cell font.
Thank you very much for this library!
The text was updated successfully, but these errors were encountered: