FSCalendar
FSCalendar copied to clipboard
How to change font
Hello How can I change Font cell and title date and month ??
thanks
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)
}