Remove All SubViews in a UIView
by Raul Silva [email protected]
##Introduction
UIView-RemoveView is an Addon for remove all subviews in a UIView. It's simple (just) import and use.
##Example
#import "UIView+RemoveViews.h"
in your code
UIView *aView = [[UIView alloc] init];
[aView removeAllViews];