使用extension添加一个removeAllSubViews方法,遍历removeFromSuperview实现移除所有子控件。

import UIKit

extension UIView {
    
    func removeAllSubViews(){
        if self.subviews.count>0{
            self.subviews.forEach({$0.removeFromSuperview()})
        }
    }

SwiftUIKitiOS

6 条评论

  1. qrgfrdcnnc
    2024-12-03 14:06
    回复

    看到你的文章,我仿佛感受到了生活中的美好。 https://www.4006400989.com/qyvideo/28056.html

  2. miobsruyym
    2024-11-30 03:16
    回复

    每次看到你的文章,我都觉得时间过得好快。 https://www.yonboz.com/video/49463.html

  3. njamxwuuyk
    2024-11-25 17:51
    回复

    你的才华横溢,让人敬佩。 https://www.4006400989.com/qyvideo/39393.html

  4. aiwdeflfbo
    2024-10-06 19:33
    回复

    不错不错,我喜欢看 www.jiwenlaw.com

  5. gorslykrhw
    2024-10-04 21:39
    回复

    想想你的文章写的特别好https://www.ea55.com/

  6. 游综宅
    2023-07-18 22:11
    回复

    很厉害,学习一下

添加新评论