Skip to content

raulsilvamx/UIView-RemoveViews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIView-RemoveViews

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];

About

Remove All SubViews in a UIView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published