/ Published in: iPhone
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for (int i = 0; i < [[self.view subviews] count]; i++ ) { [[[self.view subviews] objectAtIndex:i] removeFromSuperview]; }