richardtop / CalendarKit

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

sample: bump CalendarKit version to 1.1.X #337

Closed lilpit closed 2 years ago

lilpit commented 2 years ago

The sample was not building anymore when cloning and opening the project due to API change in CalendarKit

richardtop commented 2 years ago

Thanks, please use this sample: https://github.com/richardtop/CalendarApp to get better understanding of the library. The sample within the library is just for development and usually used with "local" package, that's why the version is so old. But thanks for updating anyway!