Quote:
Originally Posted by BrianSlick
Somebody posted a cool array trick here a few weeks ago. I haven't tested this code, but it should be something like this:
Code:
[[[self view] subviews] makeObjectsPerformSelector: @selector(removeFromSuperview)];
|
This is the most elegant of the methods posted here. Thanks, Brian.