摘要: /// 移除所有子控件 func removeAllSubViews(){ if self.view.subviews.count>0{ self.view.subviews.forEach({$0.removeFromSuperview()}) } } 阅读全文
posted @ 2018-09-12 16:13 懂事长qingzZ 阅读(322) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/YouXianMing/p/3670846.html 阅读全文
posted @ 2018-09-12 11:57 懂事长qingzZ 阅读(433) 评论(0) 推荐(0) 编辑