Is it possible to read the current value from the slider without clicking on it? that is, the slider moves according to some algorithm. and it is necessary to remove the current value without clicking on it.
Now I read the value like this
float currentSlide = [_AnimSlide doubleValue];
However, the value is not read until you click on the slider with the mouse.