最佳答案
我在想也许这样可以行得通:
for (UIView* b in self.view.subviews)
{
[b removeFromSuperview];
}
我想删除每一种子视图。 UIImages,按钮,文本字段等。