Slide 25
Slide 25 text
Value
print(slider.value) // 0.5
The `value` of UISlider is Float value, thus
the result of following code is like `0.5`.
But, the default accessibilityValue is the
text `50%`.
Like so, the accessibilityValue should be
text that is more user-friendly.