/CALayer-CornerRadius

CALayer cathegory for customization the roundings

Primary LanguageObjective-CMIT LicenseMIT

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