Accessible Sliders and Adjustable Controls
Setting numerical values is something many apps have to deal with, whether it's the changing the volume or display brightness, scrubbing through a song or a video, rating a great app, or something completely different. The two standard components we have for this task are sliders and steppers. There are reasons to extend these controls to provide app specific functionality like custom callouts, range selection, circular sliders, etc. and there are plenty of custom slider like controls out there.
Whenever we choose to write a custom control, we're likely to lose the built-in accessibility of the standard control. In the case of sliders, the ability to easily adjust its value.