We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UIColor.clear
1 parent 3b111cd commit fe9d4dbCopy full SHA for fe9d4db
Sources/Silica/UIKit/UIColor.swift
@@ -76,4 +76,6 @@ public final class UIColor {
76
public static var white: UIColor { UIColor(cgColor: .white) }
77
78
public static var black: UIColor { UIColor(cgColor: .black) }
79
+
80
+ public static var clear: UIColor { UIColor(cgColor: .clear) }
81
}
0 commit comments