All Versions
13
Latest Version
Avg Release Cycle
117 days
Latest Release
1255 days ago

Changelog History
Page 2

  • v0.9 Changes

    October 04, 2017

    ๐Ÿš€ This release brings support for Swift 4.0 and a new way of configuration using enums for batch-configuring the control.

  • v0.8 Changes

    April 26, 2017

    โž• Adds more customizability options:

    • titleNumberOfLines controls the number of lines of the title labels
    • addSubviewToIndicator(_ view: UIView) adds subviews to the indicator view

    Thanks to @amorde and @PoissonBallon for making this happen!

  • v0.7 Changes

    December 18, 2016
    • โž• Adds 4 new public properties for customizing borders: indicatorViewBorderWidth, indicatorViewBorderColor, titleBorderWidth, titleBorderColor
    • ๐ŸŽ Minor performance improvements
    • Formatting / naming improvements