We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have come issue when i use CustomViewEvent from uikit sample code.
CustomViewEvent
I change code inside handleCustomEventView(event:style:frame:) become:
handleCustomEventView(event:style:frame:)
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
The text was updated successfully, but these errors were encountered:
@cendolinside123 Hello!
thx, for the issue. I'll try to fix this in the next releases
Sorry, something went wrong.
Update: this issue happend on default EventView too
No branches or pull requests
Describe the bug
I have come issue when i use
CustomViewEvent
from uikit sample code.I change code inside
handleCustomEventView(event:style:frame:)
become:when I add some event there some overlapse event happend like on the picture:
![IMG_1044](https://private-user-images.githubusercontent.com/29350026/356595211-c3394199-fbe1-4e80-8728-06703388b964.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI0NDQsIm5iZiI6MTczOTE5MjE0NCwicGF0aCI6Ii8yOTM1MDAyNi8zNTY1OTUyMTEtYzMzOTQxOTktZmJlMS00ZTgwLTg3MjgtMDY3MDMzODhiOTY0LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNTU0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzZjZmMjkxOWVkNjVkOTc2ZGUwODE4ZGU2ZDY5YzQwMjU1NmEwM2YwN2U5NjBlNmEyZmNlMWUzMTNjNTMzNjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Zp6Nbvps8luEZuCe-rYFi9ANAXGE5nkqc0bRPqL1X7A)
![Jepretan Layar 2024-08-09 pada 18 39 56](https://private-user-images.githubusercontent.com/29350026/356595240-b2830ed9-4d14-491d-870b-2ae960e7b62d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI0NDQsIm5iZiI6MTczOTE5MjE0NCwicGF0aCI6Ii8yOTM1MDAyNi8zNTY1OTUyNDAtYjI4MzBlZDktNGQxNC00OTFkLTg3MGItMmFlOTYwZTdiNjJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNTU0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkxYTViNjhhMTI4NjMwNzY3Y2NkMjg1NzQ5ZDNiYjgzMTc0N2Y5MTY1OWMyODAwNzZlMDFkMmMzNjU2ZWE1NWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mIsUv9VW9kmGc0a8X3INoKBZrUfUv1DcCUUNRvEM4M8)
sometime the event item X position is display overlaping the KVKCalendarView.
Is there any solution for this issue? Thank you
The text was updated successfully, but these errors were encountered: