Skip to content

yuhuans/YHCutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YHCutter

YHCutter一个可自选切割角的圆角切割工具,同时支持UIView、UIImageView、UIButton和UILabel的单角切圆/选角拱形切圆/全角切圆,并且支持xib自动布局,纯代码约束布局

使用方法

拖动文件YHCutter.h/YHCutter.m到您的项目,或者pod 'YHCutter'

    [self.pushTestListBtn cuttingDirection:UIRectCornerAllCorners
                               cornerRadii:10 borderWidth:2
                               borderColor:[UIColor colorWithRed:243.0/255.0 green:152.0/255.0 blue:0.0/255.0 alpha:1]
                           backgroundColor:[UIColor colorWithRed:243.0/255.0 green:152.0/255.0 blue:0.0/255.0 alpha:1]];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published