摘要:
/// 移除所有子控件 func removeAllSubViews(){ if self.view.subviews.count>0{ self.view.subviews.forEach({$0.removeFromSuperview()}) } } 阅读全文
摘要:
http://www.cnblogs.com/YouXianMing/p/3670846.html 阅读全文