Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Last active December 31, 2016 13:16
Show Gist options
  • Save sauvikatinnofied/49e38156d7aa65fa3c96aa4bfe6a01f8 to your computer and use it in GitHub Desktop.
Save sauvikatinnofied/49e38156d7aa65fa3c96aa4bfe6a01f8 to your computer and use it in GitHub Desktop.
Medium Blog ColorConstant
let shadowColor = UIColor(red: 204.0/255.0, green: 204.0/255.0, blue: 204.0/255.0, alpha: 1.0)
let shadowColorWithAlpha = UIColor(red: 204.0/255.0, green: 204.0/255.0, blue: 204.0/255.0, alpha: 0.5)
let customColorWithAlpha = UIColor(red: 18.0/255.0, green: 62.0/255.0, blue: 221.0/255.0, alpha: 0.25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment