ASPolylineView
ASPolylineView copied to clipboard
Drop-in replacement for MKPolylineView with more customisation options
trafficstars
ASPolylineView
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.

