alskipp/ASValueTrackingSlider

Multiple line popup text implicit animations

Opened this issue · 0 comments

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