TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2016 |
Maintained by litt1e-p.
UIView extension of making UIView cornerRadius
pod 'LPViewCornerRadiusMaker', '~> 0.0.1'
// make edges cornerRadius with default radius
- (void)makeCornerRadius;
// make cornerRadius for a position
- (void)makeCornerRadiusWithRadius:(CGFloat)radius position:(LPCornerRadiusPosition)position;
// make cornerRadius for some positions
- (void)makeCornerRadiusWithRadius:(CGFloat)radius positions:(NSArray *)positions;
first commit