/ Published in: iPhone
Expand |
Embed | Plain Text
for (int i = 0; i < [[self.view subviews] count]; i++ ) { [[[self.view subviews] objectAtIndex:i] removeFromSuperview]; }
You need to login to post a comment.
pete on 10/13/10
2 people have marked this snippet as a favorite
for (int i = 0; i < [[self.view subviews] count]; i++ ) { [[[self.view subviews] objectAtIndex:i] removeFromSuperview]; }
You need to login to post a comment.