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

Cell Font #117

Open
pauleen-villareal-itfaq opened this issue Mar 19, 2020 · 2 comments
Open

Cell Font #117

pauleen-villareal-itfaq opened this issue Mar 19, 2020 · 2 comments

Comments

@pauleen-villareal-itfaq

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.

Screen Shot 2020-03-19 at 4 36 43 PM

Thank you very much for this library!

@AmilaDiman
Copy link

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

@alshcompiler
Copy link

@AmilaDiman well, this ruins other style attributes like firstWeekday

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

No branches or pull requests

3 participants