Skip to content

Instantly share code, notes, and snippets.

@greglecki
Created September 3, 2019 08:03
Show Gist options
  • Select an option

  • Save greglecki/22500123888c29125926d65b0c78ee28 to your computer and use it in GitHub Desktop.

Select an option

Save greglecki/22500123888c29125926d65b0c78ee28 to your computer and use it in GitHub Desktop.
Use standard UIColor initialiser to create hex colour.
UIColor(red: 0xFB / 0xFF,
green: 0x8C / 0xFF,
blue: 0x00 / 0xFF,
alpha: 1) // #FB8C00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment