StepSlider Versions Save

StepSlider its custom implementation of slider such as UISlider for preset integer values.

1.8.0

3 years ago

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

1.7.0

3 years ago

Copy path property to prevent using of dealloc variable.

1.6.0

4 years ago

Fix #40

1.5.0

4 years ago

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).

1.4.0

5 years ago

Added defaults to initWithCoder:.

1.3.0

5 years ago

Added haptic feedback. Disabled by default. As a result minimal deployment target changed to iOS 10.

1.2.1

5 years ago

1.2.0

5 years ago

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

1.1.0

6 years ago
  • support multilines text;
  • fix issue with same labels count redraw.

1.0.2

7 years ago
  • fix issue with early return in layoutSubview.