You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using CalendarKit pretty heavily in our app (and loving it!), but we're seeing some inefficient behavior with the way the columns and rows are being displayed.
Please see below:
When compared with the Apple Calendar below, it seems some of the rows on CalendarKit that could be extending all the way to the edge of the view are only being displayed as small columns. Is there any way to achieve some form of what we see below?
The text was updated successfully, but these errors were encountered:
Hi, it's an error in the layout algorithm, already filed here: #113
While the algorithm works well for a small number non-overlapping events, it definitely has issues when the number of events grows large enough.
Please note, that even the layout algorithm Apple uses is not perfect and produces a few issues on such a complex layout:
I don't have a timeline for fixing this issue but you're free to submit a pull request with improved algorithm. This is the method responsible for the events layout, so fixing the algorithm here would improve the situation.
We're using CalendarKit pretty heavily in our app (and loving it!), but we're seeing some inefficient behavior with the way the columns and rows are being displayed.
Please see below:
When compared with the Apple Calendar below, it seems some of the rows on CalendarKit that could be extending all the way to the edge of the view are only being displayed as small columns. Is there any way to achieve some form of what we see below?
The text was updated successfully, but these errors were encountered: