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
lightcolor for the light mode
darkcolor for the dark mode
 - 
                  
                  
Undocumented
Declaration
Swift
public func uiColor() -> UIColor 
    
        
            View on GitHub
          
      GiniColor Class Reference