Created
July 29, 2020 22:45
-
-
Save apatronl/c47dc63ca394a0a48a76b1f3a3d22f2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
struct EmojiWidgetView: View { | |
// ... | |
} | |
struct EmojiWidgetPlaceholderView: View { | |
var body: some View { | |
Color(UIColor.systemIndigo) | |
} | |
} | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment