[objective-c]UISliderのつまみをアニメーションさせる
UISliderのつまみをアニメーションさせる
[UIView animateWithDuration:0.3f animations:^{ [slider setValue:2.0 animated:YES]; } ];
UISliderのつまみをアニメーションさせる
[UIView animateWithDuration:0.3f animations:^{ [slider setValue:2.0 animated:YES]; } ];