DottedLineView Save

Draw horizontal or vertical dotted line for iOS

Project README

DottedLineView

CI Status Version License Platform

Draw horizontal or vertical dotted line for iOS.

screenshot

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

Interface Builder

Set View into Interface Builder

interfacebuilder1

Set custome class

interfacebuilder2

Edit properties

interfacebuilder3

Code

import DottedLineView
let dottedLineView = DottedLineView(frame: CGRect(x: 0, y: 100, width: view.frame.width, height: 10))
dottedLineView.lineWidth = 8
dottedLineView.lineColor = UIColor.blueColor()
    
view.addSubview(dottedLineView)

Requirements

  • iOS 8.0+
  • Xcode 7.3.1+

Installation

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

pod "DottedLineView"

Author

Kenji Abe, [email protected]

License

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

Open Source Agenda is not affiliated with "DottedLineView" Project. README Source: STAR-ZERO/DottedLineView
Stars
30
Open Issues
2
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating