//Applet的批次从父视图中移除 NSArray *subViews = [_scrollView subviews]; if([subViews count] != 0) { [subViews makeObjectsPerformSelector:@selector(removeFromSuperview)]; }
iOS:删除小程序
原文:http://www.cnblogs.com/mengfanrong/p/5040776.html