Skip to content

Releases: alskipp/ASValueTrackingSlider

Release 0.12.1

19 Sep 13:26
Compare
Choose a tag to compare

Compatibility update for Xcode 8 & iOS 10

Version 0.11.2

23 Aug 10:22
Compare
Choose a tag to compare

Renamed NSString *const to prevent clash with same value in ASProgressPopUpView

Version 0.11.0

23 Aug 09:54
Compare
Choose a tag to compare

Added changes from @vince4

  • Optional animation when showing/hiding popUpView
  • popUpViewArrowLength
  • popUpViewWidthPaddingFactor
  • popUpViewHeightPaddingFactor

Version 0.10.1

18 Apr 15:25
Compare
Choose a tag to compare
  • Refactored animation code
  • It's now possible to specify whether to animate the display of the popUpView:
    (void)showPopUpViewAnimated:(BOOL)animated
    (void)hidePopUpViewAnimated:(BOOL)animated

Version 0.9.4

30 Jul 14:17
Compare
Choose a tag to compare

Fix: Ensure color animation timings are calculated correctly when minimumValue is greater than zero.

Version 0.9.3

13 Jun 17:53
Compare
Choose a tag to compare

Compatibility update for iOS 8