alskipp/ASValueTrackingSlider

Compiler warning on Xcode 8 GM + fix

koenvanderdrift opened this issue · 1 comments

I got the following compiler warning on Xcode 8:

/ASValueTrackingSlider/ASValueTrackingSlider/ASValuePopUpView.m:157:24: Assigning to 'id<CAAnimationDelegate> _Nullable' from incompatible type 'ASValuePopUpView *const __strong'

I fixed it as follows:

@interface ASValuePopUpView : UIView <CAAnimationDelegate>

Tried to push it using git, but kept getting permission errors, so I am posting it here.

Cheers

Thanks for flagging the issue. The latest release (0.12.1) should resolve this.