Richard Topchii
Richard Topchii
Hi, thanks for following up. Few comments: 1. event reuse is actually disabled right now and could be completely removed from the library. 2. I'd also recommend taking a look...
@aditya-rastogi23 indeed, I encourage you to alter the library code and submit a pull request which will be incorporated in the next version of the library. How does that sound?
It's definitely a good idea. Few suggestions / possible solutions, that I have in mind: 1. It's possible to turn this feature on and off by setting a property in...
@MrCarter31 no, feel free to propose a pull request implementing this feature.
Now I think, the best way to handle this is to simply propagate the Calendar change on a view-by-view basis (e. g. from DayView to Header and other sibling views)...
Hi, thanks for the update. I'll get back to you soon. I hope to check it this weekend.
Hi, this is not available. Please take a look here: https://github.com/richardtop/CalendarKit/blob/7908671216d3bbe52a540172dc57f8edb890c972/Source/Timeline/TimelineContainer.swift#L42 I suggest you implement this feature and suggest a pull request. For example, you could start by defining an...
@jbarros35 correct. Also, it's important to not forget to call `updateStyle` method on the DayView.
@RareScrap great, thanks! Looking forward to it.
Hi, thanks for the report. Looking at your description, it seems like it's a lifecycle issue. Could you please try to analyze the root cause and try to narrow down...