Ariel Gemilang
Ariel Gemilang

Reputation: 791

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?

Upvotes: 0

Views: 2869

Answers (2)

Khushtar parvez
Khushtar parvez

Reputation: 21

we can do Also By its own enum value in viewDidLoad()

calendar.appearance.borderRadius = .zero

Paste the Code in ViewDidLoad it will Run Happily :)

Upvotes: 0

Neethu M
Neethu M

Reputation: 644

calendar.appearance.borderRadius = 0

Upvotes: 6

Related Questions