Skip to content

Instantly share code, notes, and snippets.

@bartjacobs
Created July 24, 2020 07:15
Show Gist options
  • Save bartjacobs/5cf4f5ddc1016c1a6f868cb7ea6d6a22 to your computer and use it in GitHub Desktop.
Save bartjacobs/5cf4f5ddc1016c1a6f868cb7ea6d6a22 to your computer and use it in GitHub Desktop.
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