Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created July 29, 2020 22:45
Show Gist options
  • Save apatronl/c47dc63ca394a0a48a76b1f3a3d22f2f to your computer and use it in GitHub Desktop.
Save apatronl/c47dc63ca394a0a48a76b1f3a3d22f2f to your computer and use it in GitHub Desktop.
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