We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca76af commit 9bc67deCopy full SHA for 9bc67de
Source/AABlurAlertController.swift
@@ -114,6 +114,9 @@ open class AABlurAlertController: UIViewController {
114
}
115
116
fileprivate func setup() {
117
+ // Clean the views
118
+ self.view.subviews.forEach{ $0.removeFromSuperview() }
119
+ self.backgroundImage.subviews.forEach{ $0.removeFromSuperview() }
120
// Set up view
121
self.view.frame = UIScreen.main.bounds
122
self.view.autoresizingMask = [.flexibleHeight, .flexibleWidth]
0 commit comments