GiniColor
@objc
public class GiniColor : NSObject
The GiniColor class allows to customize color for the light and the dark modes.
-
Creates a GiniColor with the colors for the light and dark modes
Declaration
Swift
public init(lightModeColor: UIColor, darkModeColor: UIColor)Parameters
lightModeColorcolor for the light mode
darkModeColorcolor for the dark mode
View on GitHub
GiniColor Class Reference