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

    lightModeColor

    color for the light mode

    darkModeColor

    color for the dark mode