Dmitriy-Gonchar / CALayer-CornerRadius

CALayer cathegory for customization the roundings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CALayer+CornerRadius

CALayer category for customization the roundings

add method:

-(void)setCornerRadius: (CGFloat) radius style: (CALCR) style;

example:

[self.view.layer setCornerRadius: 22.5 style: CALCRBottom];

About

CALayer cathegory for customization the roundings

License:MIT License


Languages

Language:Objective-C 100.0%