CSHasTextColorProtocol
public protocol CSHasTextColorProtocol : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func textColor() -> UIColor?
-
Undocumented
Declaration
Swift
@discardableResult func text(color: UIColor?) -> Self
-
textColor
Extension methodUndocumented
Declaration
Swift
var textColor: UIColor? { get set }