UIColor
class UIColor : NSObject, NSSecureCoding, NSCopying
UIColor utility extension
-
convenience initializer
Declaration
Swift
convenience init(r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat)
-
App mainColor
Declaration
Swift
public class var mainColor: UIColor { get }
-
App secondary color
Declaration
Swift
public class var secondaryColor: UIColor { get }
-
App text color
Declaration
Swift
public class var textColor: UIColor { get }
-
App black color
Declaration
Swift
public class var blackColor: UIColor { get }
-
App white color
Declaration
Swift
public class var whiteColor: UIColor { get }
-
App main light gray color
Declaration
Swift
public class var mainLightGray: UIColor { get }