Skip to content

morishin/UIViewBorders

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

UIViewBorders

Swift version CocoaPods compatible Carthage compatible

UIView extension for drawing borders

Usage

Example

let view = UIView(frame: CGRect(x: 200, y: 225, width: 100, height: 50))
view.addBorderViews(positions: [.top, .left], color: .red, width: 3)

2017-12-03 1 13 44

Installation

Carthage

Cartfile

github "morishin/UIViewBorders"

CocoaPods

Podfile

pod 'UIViewBorders'

LICENSE

MIT

About

UIView extension for drawing borders

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published