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(light: UIColor, dark: UIColor)

    Parameters

    light

    color for the light mode

    dark

    color for the dark mode

  • Undocumented

    Declaration

    Swift

    public func uiColor() -> UIColor