ASValueTrackingSlider
ASValueTrackingSlider copied to clipboard
Multiple line popup text implicit animations
If you return multiple line string with line brake "\n" in delegate, popup view will have implicit animations.
To fix it, modify line 93 in ASValuePopUpView.m
_textLayer.actions = @{@"contents" : [NSNull null],@"bounds" : [NSNull null]};