CalendarKit icon indicating copy to clipboard operation
CalendarKit copied to clipboard

Overlaping issue

Open iosBeappTeam opened this issue 7 years ago • 3 comments

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 image-1

as you can see on that image the 2 right bottom event should be on the left near the first event. Do you have any tricks to resolve it please ?

iosBeappTeam avatar Nov 15 '17 17:11 iosBeappTeam

Hi, it's a bug in the library, the way it handles lots of events in the same time interval. However, even with this bug fixed, in my opinion, there is too many events displayed. It works best when no more than 2 or 3 events are overlapping.

richardtop avatar Nov 15 '17 19:11 richardtop

Yes i totally agree with you there is too many event displayed, but in mind i dont want to hide some event only because there is too many :/

Ok i will try to resolve that, and share the snippet on that issue. Feel free if you have any advice

iosBeappTeam avatar Nov 16 '17 08:11 iosBeappTeam

Regarding too many events - then it's just a problem in data representation, and I'd recommend looking into different view, e.g. TableView instead of a Calendar.

If you would like to fix this issue, please take a look at the TimelineView layout code.

richardtop avatar Nov 16 '17 11:11 richardtop