Revision: 33763
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 13, 2010 04:13 by pete
Initial Code
for (int i = 0; i < [[self.view subviews] count]; i++ ) {
[[[self.view subviews] objectAtIndex:i] removeFromSuperview];
}
Initial URL
Initial Description
Initial Title
Removing all subviews from a view
Initial Tags
Initial Language
iPhone