alskipp/ASValueTrackingSlider

while ASProgressPopUpView and ASValueTrackingSlider in the some work

Closed this issue · 2 comments

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";

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.

Latest pod release (0.11.2) should fix the this.