Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.46 KB

README.md

File metadata and controls

64 lines (45 loc) · 1.46 KB

TubeLineStops - Swift

License Platform

A simple UIView subclass that allows you to draw tube line stops.

This class draws parts of the line, these parts could be the beginning of the line, the end, forks, unions etc. You can see here different types:

Demo

You have a fully functional demo in TubeLineStops folder.

Example Usage

var stop: TubeLineStop()

stop.lineColor = UIColor.red
stop.stopType = .tailLeft

License

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

If you use it, i'll be happy to know about it.