We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd777f commit bdce4c1Copy full SHA for bdce4c1
SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift
@@ -85,7 +85,7 @@ public extension UIColor {
85
}
86
87
/// SwiftlyUI - Create Color with hex string.
88
- static func hexStrColor(_ hex: String, alpha: CGFloat = 1.0) -> UIColor {
+ static func hexColor(_ hex: String, alpha: CGFloat = 1.0) -> UIColor {
89
return UIColor.color(withHexStr: hex, alpha: alpha)
90
91
0 commit comments