All Versions
14
Latest Version
Avg Release Cycle
116 days
Latest Release
1292 days ago

Changelog History
Page 1

  • v1.8.0 Changes

    October 10, 2020

    โž• Added support for NSAttributedString as labels. Also contains fix for iOS14 bug with resources (#47)

  • v1.7.0 Changes

    June 18, 2020

    Copy path property to prevent using of dealloc variable.

  • v1.6.0 Changes

    February 22, 2020

    ๐Ÿ›  Fix #40

  • v1.5.0 Changes

    September 19, 2019

    โฑ Rewrote circle animations for dot interaction. Deleted stupid dispatch schedule for animation. That make animation smoother and fix crash from #21(for intensive clicking on different circles).

  • v1.4.0 Changes

    December 29, 2018

    โž• Added defaults to initWithCoder:.

  • v1.3.0 Changes

    November 08, 2018

    โž• Added haptic feedback. Disabled by default.
    ๐Ÿš€ As a result minimal deployment target changed to iOS 10.

  • v1.2.1

    July 05, 2018
  • v1.2.0 Changes

    June 22, 2018

    ๐Ÿ‘ From now you can use images for track circles customization. Currently supported two states: normal and selected. Also as a bonus adding Carthage support.

  • v1.1.0 Changes

    November 19, 2017
    • ๐Ÿ‘Œ support multilines text;
    • ๐Ÿ›  fix issue with same labels count redraw.
  • v1.0.2 Changes

    March 06, 2017
    • ๐Ÿ›  fix issue with early return in layoutSubview.