You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not 100%, but I think this is possibly caused because the handles and lines within the control are mostly CALayers, not uiviews, so the uiview.animate method might not work as expected.
Do you get any better results if you use CATransaction with an animate duration? A bit like the - (void)animateHandle:(CALayer*)handle withSelection:(BOOL)selected { method within the implementation (this just animates the handles getting bigger as you select them, but its just an example of animation within the control)
Is there a way to animate selectedMinimum/selectedMaximum programmatically ?
I used:
but no result :/
The text was updated successfully, but these errors were encountered: