Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.12 KB

ASPolylineView

Badge w/ Version Badge w/ Platform Carthage compatible

Drop-in replacements for MKPolylineRenderer and MKPolylineView with more customisation options.

Primarily let's you draw a coloured border around a line.

Can be used instead of MKPolylineRenderer or MKPolylineView. Adds the border by default. To change the colour supply the borderColor property. The borderMultiplier controls the width of that border.

Installation

Cocoapods

Add this to your Podfile:

  pod 'ASPolylineView'

Then run pod update

Carthage

Add this to your Cartfile:

github "nighthawk/ASPolylineView"

Then run carthage update and add the framework to your project as described in the Carthage docs.