HRRoundAndBorderedView 1.3

HRRoundAndBorderedView 1.3

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.

Usage

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"

Requirements

iOS 8.0 or greater.

Installation

HRRoundAndBorderedView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "HRRoundAndBorderedView"

Author

Ivan Shevelev, [email protected]

License

HRRoundAndBorderedView is available under the MIT license. See the LICENSE file for more info.