Skip to content

Drop-in replacement for MKPolylineView with more customisation options

License

Notifications You must be signed in to change notification settings

nighthawk/ASPolylineView

Repository files navigation

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.

About

Drop-in replacement for MKPolylineView with more customisation options

Resources

License

Stars

Watchers

Forks

Packages

No packages published