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
KVKCalendar/Sources/KVKCalendar/DayView.swift
Lines 242 to 243 in f555bbd
The beginning of this method removes all subviews.
Lines 295 to 298 in f555bbd
But if reload is false, only timelinePage is added back, and topBackgroundView is lost.
reload
false
timelinePage
topBackgroundView
Is this intentional? Or am I using it wrong?
The text was updated successfully, but these errors were encountered:
Additional note: You can see this problem if you call updateStyle(_:) and pass it a Style that haven’t modified.
updateStyle(_:)
Style
Sorry, something went wrong.
@rakuyoMo Thank you for the issue I'll check this
No branches or pull requests
KVKCalendar/Sources/KVKCalendar/DayView.swift
Lines 242 to 243 in f555bbd
The beginning of this method removes all subviews.
KVKCalendar/Sources/KVKCalendar/DayView.swift
Lines 295 to 298 in f555bbd
But if
reload
isfalse
, onlytimelinePage
is added back, andtopBackgroundView
is lost.Is this intentional? Or am I using it wrong?
The text was updated successfully, but these errors were encountered: