Skip to content

Instantly share code, notes, and snippets.

@blsage
Created October 17, 2020 23:23
Show Gist options
  • Save blsage/3b85fa823203e74b982345849336b543 to your computer and use it in GitHub Desktop.
Save blsage/3b85fa823203e74b982345849336b543 to your computer and use it in GitHub Desktop.
SwiftUI hex initialization
import SwiftUI
import iColor
struct ContentView: View {
var body: some View {
Color("#fafafa")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment