Return to Snippet

Revision: 33763
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