scopeBarButtonDividerImage(forLeftSegmentState:rightSegmentState:)
Returns the divider image to use for a given combination of left and right segment states.
Declaration
func scopeBarButtonDividerImage(forLeftSegmentState leftState: UIControl.State, rightSegmentState rightState: UIControl.State) -> UIImage?Parameters
Return Value
The divider image to use for the combination of leftState and rightState.
Discussion
For more details, see setScopeBarButtonDividerImage(_:forLeftSegmentState:rightSegmentState:)