UIViewBorders
UIView extension for drawing borders
Usage
let view = UIView(frame: CGRect(x: 200, y: 225, width: 100, height: 50))
view.addBorderViews(positions: [.top, .left], color: .red, width: 3)
Installation
Carthage
Cartfile
github "morishin/UIViewBorders"
CocoaPods
Podfile
pod 'UIViewBorders'
LICENSE
MIT