titleShadowColor(for:)
Returns the shadow color of the title used for a state.
Declaration
func titleShadowColor(for state: UIControl.State) -> UIColor?Parameters
- state:
The state that uses the title shadow color. The possible values are described in State Swift.struct.
Return Value
The color of the title’s shadow for the specified state.