WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change appearance of Today's date

ummerakbar opened this issue · comments

Hi
Is there any option to replace today date's background image (filled circle default).
Can we add dash line instead of image?
Can we make today's date bold?

Hi @ummerakbar, you go through the DIYCalendarCell.swift in issue #1281 to find solution for your question. Even I added the file in my project and modified the code as per my requirement. I guess, you can do the same thing.