Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event item overlapse #367

Open
cendolinside123 opened this issue Aug 9, 2024 · 2 comments
Open

event item overlapse #367

cendolinside123 opened this issue Aug 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cendolinside123
Copy link

Describe the bug
I have come issue when i use CustomViewEvent from uikit sample code.

I change code inside handleCustomEventView(event:style:frame:) become:


func handleCustomEventView(event: Event, style: Style, frame: CGRect) -> EventViewGeneral? {
        switch event.ID {
        case "2":
            return CustomViewEvent(style: style, event: event, frame: frame)
        case "1400":
            return BlockViewEvent(style: style, event: event, frame: frame)
        default:
            return CustomViewEvent(style: style, event: event, frame: frame)
        }
    }

when I add some event there some overlapse event happend like on the picture:
IMG_1044
Jepretan Layar 2024-08-09 pada 18 39 56

sometime the event item X position is display overlaping the KVKCalendarView.
Is there any solution for this issue? Thank you

@cendolinside123 cendolinside123 added the bug Something isn't working label Aug 9, 2024
@kvyatkovskys
Copy link
Owner

@cendolinside123 Hello!

thx, for the issue. I'll try to fix this in the next releases

@cendolinside123
Copy link
Author

IMG_1052
Update: this issue happend on default EventView too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants