Search code examples
swiftfscalendar

How to make date cell selection with square instead of circle FSCalendar Swift 3


I'm using FSCalendar and the cell selection set to circle by default

like this:

enter image description here

how to make cell selection to square?


Solution

  • calendar.appearance.borderRadius = 0