Skip to content

kukosk/corner-radius

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%