A Slider object is a visual control used to select a single value from a
continuous range of values. Sliders are always displayed as horizontal
bars. An indicator, or thumb, notes the current value of the slider and can
be moved by the user to change the setting. In this tutorial, we display an
UISlider and a Label. When moving the slider, the corresponding value will
be displayed in the Label.