alskipp / ASValueTrackingSlider

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

Multiple line popup text implicit animations #69

Open jack0502801 opened 6 years ago

jack0502801 commented 6 years ago

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]};