-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:


sometime the event item X position is display overlaping the KVKCalendarView.
Is there any solution for this issue? Thank you
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working