Skip to content

Instantly share code, notes, and snippets.

@quindariuss
Created March 7, 2020 23:03
Show Gist options
  • Save quindariuss/eb33c99438051026faf4b67ea6db6645 to your computer and use it in GitHub Desktop.
Save quindariuss/eb33c99438051026faf4b67ea6db6645 to your computer and use it in GitHub Desktop.
how to add color via hex with swiftUI
Text(text)
.color(UIColor.init(hex: "FFF"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment