ASValueTrackingSlider icon indicating copy to clipboard operation
ASValueTrackingSlider copied to clipboard

Multiple line popup text implicit animations

Open jack0502801 opened this issue 7 years ago • 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]};

jack0502801 avatar Apr 25 '18 14:04 jack0502801