-
When I drag an event after long-pressing it (without releasing!), after dropping it I'm seeing the delegate function always called twice.
This is caused by the snap animation in `commitEditing`. What…
-
Hi,
Is it possible to make a view like the day view in Apple calendar?
![img_0001](https://cloud.githubusercontent.com/assets/12795432/8348917/c44facd4-1b18-11e5-9a34-1124b884a197.jpg)
-
If you use DayView Widget inside a SingleChildScrollView, and you use a key to control the DayView scroll, like this: `dayViewKey.currentState?.jumpToEvent(initEvent)` , this is scrolling not only the…
-
https://github.com/kvyatkovskys/KVKCalendar/blob/f555bbd06039449a29e45af1194cbe00b025f5bb/Sources/KVKCalendar/DayView.swift#L242-L243
The beginning of this method removes all subviews.
https://g…
-
-
In the DayView view, is there a way to have the widget automatically scroll to the current time, such that the present time is centered on the screen? If there is already an API or feature for this, c…
-
We really appreciate the efforts from community developers.There are many controller which provides the Day-View in Calendar & seems to be quite tuff in understanding.But still we are missing for DayV…
-
Hey,
can a function that will scroll to specified event/hours on start be implemented? Its really a game changer.
-
I was wondering how it's possible to add a subview to the DayView? I noticed that DayView extends from CheckedTextView and the 'addView' method is unavailable. I want to add a text label or other elem…
-
Standard: https://www.w3.org/TR/WCAG21/
More practical info: https://help.time.ly/event-management/how-to-set-up-calendar-design-for-accessibility-compliance/
- [x] Add accessibility theme
- …