CalendarKit
CalendarKit copied to clipboard
📅 Calendar for Apple platforms in Swift
### New Issue Checklist - [x] Use the latest version of CalendarKit - [x] I've read the [Contribution Guidelines](https://github.com/richardtop/CalendarKit/blob/master/CONTRIBUTING.md) - [x] I've searched for [existing GitHub issues](https://github.com/richardtop/CalendarKit/issues) ### Issue Description...
It would be good to add support for a minimum and maximum date so that the pager wouldn't scroll past these values? I may delve into the source code myself...
Add support for Travel time, similar to Apple Calendar UI
Hello, First of all, thanks for the work you did. The second point is that, i v got some issue about the overlapping, i think it need to be improved...
The font sizes and label sizes assume a large enough width for DayView. With a smaller view, labels start to overlap. Should additional params like DaySelectorStyle.dateLabelWidth and SwipeLabelStyle.labelFont be added...
Hi @richardtop ! I want to restrict the hours set presented in the calendar. For example, I want the lateral content(the hours) to be from 12:00 to 18:00. There is...
### New Issue Checklist - [x] Use the latest version of CalendarKit - [x] I've read the [Contribution Guidelines](https://github.com/richardtop/CalendarKit/blob/master/CONTRIBUTING.md) - [x] I've searched for [existing GitHub issues](https://github.com/richardtop/CalendarKit/issues) ### Issue Description...
How can I add padding and corner radius to the event view? I'm attaching the screenshot of what I'm trying to achieve here. 
Hello, thanks a lot for awesome Library @richardtop! Recently, I implemented this library in my project & got an issue as follow Example : Event1 : start 12 AM to...