CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Aug 2016 |
Maintained by Ivan Shevelev.
UIView category for update view's layer properties: borderColor, borderWidth and cornerRadius. Also can be changed from Interface Builder 'cause properties is IBInspectable.
Change this properties programmatically or in Interface Buider.
@property (nonatomic, strong, nonnull) IBInspectable UIColor *hrBorderColor;
@property (nonatomic) IBInspectable CGFloat hrBorderWidth;
@property (nonatomic) IBInspectable CGFloat hrCornerRadius;Also, u can try this pod by 1 line:
pod try "HRRoundAndBorderedView"iOS 8.0 or greater.
HRRoundAndBorderedView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "HRRoundAndBorderedView"Ivan Shevelev, [email protected]
HRRoundAndBorderedView is available under the MIT license. See the LICENSE file for more info.