Created
October 17, 2020 23:23
-
-
Save blsage/3b85fa823203e74b982345849336b543 to your computer and use it in GitHub Desktop.
SwiftUI hex initialization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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