UIKit.UIColor
extension UIKit.UIColor
-
The “AccentColor” asset catalog color.
Declaration
Swift
static var accent: UIKit.UIColor { get }
-
The “Background-Begin” asset catalog color.
Declaration
Swift
static var backgroundBegin: UIKit.UIColor { get }
-
The “Background-End” asset catalog color.
Declaration
Swift
static var backgroundEnd: UIKit.UIColor { get }
-
The “InProgress” asset catalog color.
Declaration
Swift
static var inProgress: UIKit.UIColor { get }
-
Initialize a
UIColor
with a color resource.Declaration
Swift
convenience init(resource: ColorResource)