Contents

incrementImage(for:)

Returns the image used for the increment glyph of the control.

Declaration

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

Parameters

  • state:

    The control state in which the image is displayed.

Return Value

The image used for the increment glyph of the control.

See Also

Customizing appearance