|
@@ -290,7 +290,7 @@ public extension UIView {
|
|
|
|
|
|
|
|
|
|
public extension UIView {
|
|
public extension UIView {
|
|
- func removeAllSubviews() {
|
|
|
|
|
|
+ func removeAllSubViews() {
|
|
subviews.forEach { subview in
|
|
subviews.forEach { subview in
|
|
subview.removeFromSuperview()
|
|
subview.removeFromSuperview()
|
|
}
|
|
}
|