项目作者: Dmitriy-Gonchar

项目描述 :
CALayer cathegory for customization the roundings
高级语言: Objective-C
项目地址: git://github.com/Dmitriy-Gonchar/CALayer-CornerRadius.git
创建时间: 2018-05-25T01:38:10Z
项目社区:https://github.com/Dmitriy-Gonchar/CALayer-CornerRadius

开源协议:MIT License

下载


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