Is it possible to remove NSSlider from the current polka value?
-
Is there any way to consider the current meaning of the slider without compressing him? I mean, the slider is moving on some algorithm, and the current meaning should be removed without a mouse compressing it.
Now I'm counting it like that.
float currentSlide = [_AnimSlide doubleValue];
However, the value is not counted until I press the slider with a mouse.
-
We need a flag.
_AnimSlide.continuous = YES
the slider will be updated when any changes are made.