FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

How to change font

Open MansoorJafari9 opened this issue 6 years ago • 1 comments

Hello How can I change Font cell and title date and month ??

thanks

MansoorJafari9 avatar Sep 08 '19 10:09 MansoorJafari9

By following willDisplay delegate method, like this:

    func calendar(_ calendar: FSCalendar, willDisplay cell: FSCalendarCell, for date: Date, at monthPosition: FSCalendarMonthPosition) {
        cell.appearance.titleFont = UIFont(name: "Arial", size: 39)
    }

Husseinhj avatar Sep 17 '19 17:09 Husseinhj