Created
July 24, 2020 07:15
-
-
Save bartjacobs/5cf4f5ddc1016c1a6f868cb7ea6d6a22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
extension UIColor { | |
enum Cocoacasts { | |
static let green = UIColor(red: 0.40, green: 0.36, blue: 0.28, alpha: 1.0) | |
} | |
} | |
let color = UIColor.Cocoacasts.green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment