You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I declare a global variable(KLCPopup), and find contentView is not remove from popup after dismiss the popup. And show a new contentView by the popup, there are actually two contentViews in the popup.
I know there is a callback(didFinishDismissingCompletion), user can add
contentView.removeFromSuperView()
into the callback.
But I do not think everyone want to add the extra code.
Is my thought wrong?
The text was updated successfully, but these errors were encountered:
I declare a global variable(KLCPopup), and find contentView is not remove from popup after dismiss the popup. And show a new contentView by the popup, there are actually two contentViews in the popup.
I know there is a callback(didFinishDismissingCompletion), user can add
into the callback.
But I do not think everyone want to add the extra code.
Is my thought wrong?
The text was updated successfully, but these errors were encountered: