Skip to content

Releases: spromicky/StepSlider

NSAttributedString as labels

10 Oct 21:58
Compare
Choose a tag to compare

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

Fix crash with fast sliding

18 Jun 14:26
Compare
Choose a tag to compare

Copy path property to prevent using of dealloc variable.

Prevents other gestures

22 Feb 09:00
b293563
Compare
Choose a tag to compare

New circle animation

19 Sep 14:58
Compare
Choose a tag to compare

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

Added defaults

29 Dec 11:53
Compare
Choose a tag to compare

Added defaults to initWithCoder:.

Haptic feedback

08 Nov 16:11
Compare
Choose a tag to compare

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

Label color fix.

05 Jul 08:20
Compare
Choose a tag to compare
1.2.1

Update version files.

Images for track circles.

22 Jun 13:04
Compare
Choose a tag to compare

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

Multilines support

19 Nov 15:13
Compare
Choose a tag to compare
  • support multilines text;
  • fix issue with same labels count redraw.

1.0.2

06 Mar 11:19
Compare
Choose a tag to compare
  • fix issue with early return in layoutSubview.