[WIP] Call UI

This commit is contained in:
Isaac
2023-12-05 00:48:43 +04:00
parent e08c3402b5
commit a189174b54
18 changed files with 629 additions and 76 deletions

View File

@@ -60,7 +60,7 @@ public class OverlayMaskContainerView: UIView, OverlayMaskContainerViewProtocol
super.willRemoveSubview(subview)
if let view = subview as? OverlayMaskContainerViewProtocol {
if view.maskContents.superview === self {
if view.maskContents.superview === self.maskContents {
view.maskContents.removeFromSuperview()
}
}