I thought there might be something like this:
for (UIView* b in self.view.subviews) { [b removeFromSuperview]; }
I want to remove every kind of subview. UIImages, Buttons, Text Fields, etc.
ios objective-c iphone uikit
user440096 Aug 09 '12 at 17:55 2012-08-09 17:55
source share