decrementImage(for:)
Returns the image used for the decrement glyph of the control.
Declaration
func decrementImage(for state: UIControl.State) -> UIImage?Parameters
- state:
The control state in which the image is displayed.
Return Value
The image used for the decrement glyph of the control.