|
@@ -291,7 +291,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()
|
|
}
|
|
}
|