Skip to content

Releases: alskipp/ASValueTrackingSlider

Release 0.12.1

Choose a tag to compare

@alskipp alskipp released this 19 Sep 13:26

Compatibility update for Xcode 8 & iOS 10

Version 0.11.2

Choose a tag to compare

@alskipp alskipp released this 23 Aug 10:22

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

Version 0.11.0

Choose a tag to compare

@alskipp alskipp released this 23 Aug 09:54

Added changes from @vince4

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

Version 0.10.1

Choose a tag to compare

@alskipp alskipp released this 18 Apr 15:25
  • 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

Choose a tag to compare

@alskipp alskipp released this 30 Jul 14:17

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

Version 0.9.3

Choose a tag to compare

@alskipp alskipp released this 13 Jun 17:53

Compatibility update for iOS 8