2015年8月5日
摘要: 根据现在的知识,移除子视图得 循环调用 removefromsuperview 方法比较一般的方法:for(UIView *view in [self.view subviews]){ [view removefromsuperview];}如果要移动指定的视图,可以这样: for(UIVie... 阅读全文
posted @ 2015-08-05 17:19 MichaelMao 阅读(196) 评论(0) 推荐(0) 编辑