KVKCalendar icon indicating copy to clipboard operation
KVKCalendar copied to clipboard

Subviews are missing

Open rakuyoMo opened this issue 6 months ago • 2 comments

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?

rakuyoMo avatar Aug 14 '24 09:08 rakuyoMo