Contents

adjust(toNormalizedSliderPosition:)

Manipulates the UI to change the value the slider displays to a new value, based on a normalized position.

Declaration

func adjust(toNormalizedSliderPosition normalizedSliderPosition: CGFloat)

Discussion

A normalized slider value of 0 corresponds to the minimum value of the slider, and 1 corresponds to the maximum value.

See Also

Interacting with sliders