UIButton
public extension UIButton
-
Set the titleColor for a UIControl State
Declaration
Swift
@discardableResult func set( titleColor: UIColor?, forState state: UIControl.State = .normal ) -> SelfParameters
titleColorA color for the title
forStateThe UIControl State for the titleColor (Default: .normal)
View on GitHub
UIButton Extension Reference