alskipp / ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view
MIT License
1.84k stars 235 forks source link

while ASProgressPopUpView and ASValueTrackingSlider in the some work #46

Closed bingxue314159 closed 8 years ago

bingxue314159 commented 8 years ago

while ASProgressPopUpView and ASValueTrackingSlider in the some work,then wrong: const float ARROW_LENGTH = 8.0; const float POPUPVIEW_WIDTH_PAD = 1.15; const float POPUPVIEW_HEIGHT_PAD = 1.1; NSString *const FillColorAnimation = @"fillColor";

alskipp commented 8 years ago

As a temporary workaround could I suggest you specify in your podfile a specific commit. The following should work:

pod 'ASValueTrackingSlider', :git => 'https://github.com/alskipp/ASValueTrackingSlider', :commit => '7a6e5290c9e9344773c4'

I need to update the pod with a new version (see #45). I'll try and get that done today, or tomorrow.

alskipp commented 8 years ago

Latest pod release (0.11.2) should fix the this.