KVKCalendar
KVKCalendar copied to clipboard
Subviews are missing
https://github.com/kvyatkovskys/KVKCalendar/blob/f555bbd06039449a29e45af1194cbe00b025f5bb/Sources/KVKCalendar/DayView.swift#L242-L243
The beginning of this method removes all subviews.
https://github.com/kvyatkovskys/KVKCalendar/blob/f555bbd06039449a29e45af1194cbe00b025f5bb/Sources/KVKCalendar/DayView.swift#L295-L298
But if reload
is false
, only timelinePage
is added back, and topBackgroundView
is lost.
Is this intentional? Or am I using it wrong?