richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.54k stars 343 forks source link

Set corner radius of an event #192

Closed omerbaskurt closed 5 years ago

omerbaskurt commented 5 years ago

Hey @richardtop, thanks for this amazing library. I was wondering if there is any way to set a corner radius of an event without editing the library?

richardtop commented 5 years ago

Hi, currently it's impossible. Subclass EventView and implement custom layoutSubviews method.

richardtop commented 5 years ago

Closed in favor of #175