Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CornerRadius

Add rounded corners to iOS application.

Usage

Add as a subview to your application's UIWindow.

#import "CornerRadius.h"

[self.window addSubview:[[CornerRadius alloc] init]]; // With default value of 6

With custom radius:

[self.window addSubview:[[CornerRadius alloc] initWithRadius:10]];

TIP: Opaque black status bar style is recommended.

About

Add rounded corners to iOS application.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages