Richard Topchii
Richard Topchii
That shouldn't be too difficult, however, it might lead to bugs and inconsistencies, as CK hasn't been designed with Storyboaard/XIB support in mind. In short, this could be achieved by:...
Thanks for the initial pull request. The direction looks good to me, I've left some comments. I'm looking forward to a finalized version. I see two approaches to continue: -...
Sounds good. The `DayViewState` object has been added to coordinate date change events between multiple modules (shown on the screenshot):  Without the `DayViewState` each module had to figure out...
The `dateOnly` method was to strip the date of all the time information, so what's passed is just date and time set sharp to 00:00 of a timezone the CalendarKit...
@RareScrap I've reviewed the changes, please take a look. Let's continue the discussion only in your pull request, as it's pretty close to the completion.
Hi, yes please go ahead with the pull request! Also, could you please share some screenshots showing the issue and the desired behavior?
@aditya-rastogi23 thanks for the idea, but I suggest changing the layout algorithm, as it could put smaller events on top of the larger ones and the beginning of the event...
Could you please attach a project with the reproducible example of this issue?
I'm not sure how you're getting the results as shown on the screenshot, as the current CalendarKit layout algorithm should produce the results as shown: ![Simulator Screen Shot - iPhone...
Thank you for getting back quickly! Yes, you're right. `eventsWillOverlap` feature is not commonly supported, so there might be issues. Once you attach the project, I'll be able to help...