Skip to content

liang37038/UIViewRoundedCornerDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

UIViewRoundedCornerDemo

Add rounded corner to UIView by category

Usage

UIView *view = [[UIView alloc]init];
view.frame = CGRectMake(50, 200, 200, 300);
[view addRoundedCorner:10 borderWidth:0 borderColor:[UIColor whiteColor] backgroundColor:[UIColor redColor]];
[self.view addSubview:view];

ScreenShot

About

Add rounded corner to UIView by category

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published