Contents

minimumVolumeSliderImage(for:)

Returns the minimum volume image associated with the specified control state.

Declaration

func minimumVolumeSliderImage(for state: UIControl.State) -> UIImage?

Parameters

  • state:

    The control state whose minimum volume image you want. You should specify only one control state value for this parameter.

Return Value

The maximum volume image associated with the specified state, or nil if an appropriate image could not be retrieved. This method might return nil if you specify multiple control states in the state parameter.

Discussion

For a description of slider and thumb images, see Customizing the volume slider’s appearance.

See Also

Customizing the volume slider