dividerImage(forLeftSegmentState:rightSegmentState:)
Returns the divider image for the given combination of left and right states.
Declaration
func dividerImage(forLeftSegmentState state: UIControl.State, rightSegmentState state: UIControl.State) -> UIImage?Parameters
- state:
The state of the left side of the control.
- state:
The state of the right side of the control.
Return Value
The image used for the specified combination of left and right states.