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.
Add this to your Podfile
:
pod 'ASPolylineView'
Then run pod update
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.