ASValueTrackingSlider Versions Save

A UISlider subclass that displays the slider value in a popup view

0.12.1

7 years ago

Compatibility update for Xcode 8 & iOS 10

0.11.2

8 years ago

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

0.11.0

8 years ago

Added changes from @vince4

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

0.10.1

9 years ago
  • 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

0.9.4

9 years ago

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

0.9.3

9 years ago

Compatibility update for iOS 8