-
Notifications
You must be signed in to change notification settings - Fork 348
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
Context menu for events ? #248
Comments
Please, provide a mockup of the design you're trying to achieve and a code sample you've used. |
Thank you for the detailed report. This is clearly a bug. I'll try to fix it asap. Btw, what is this line for: // new code:
view.addSubview(dayView) I think, it's wrong. As a CalendarKit user when working with the default |
Hello, I have run into a similar issue once again, while trying to open a completely new view from
This is my code, I am aware there has been another problem with opening a new view from this function, which to my knowledge was in UIKit. However i'm trying to open a SwiftUI view from this, and it doesn't seem to be working. it does enter the view struct, and runs the code, but doesn't present it. (although i'm hosting it as a UIKit ViewController in the PS. If i might ask. i'd like to inquire about the progress on how to open a context menu as conversed previously. i still haven't found any plausible way of implementing it. Many thanks. |
Hi,
|
Hello,
Could CalendarKit be able to present a context menu at the event by e.g. using dayViewDidLongPressEventView or some other hook ?
( I tried, but when I was selecting the event the y position changed and it looked weird since the frame seemed detached from the scrollview. I.e. the event that I was selecting for context menu was not anymore returned back into the scroll panel. )
Basically I would need to open a context menu for each and every separate event by long tapping the event.
Thanks for any help
The text was updated successfully, but these errors were encountered: