Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 2, 2021 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/b13122ba0e9d2b17491fe0f1bceef78c to your computer and use it in GitHub Desktop.
Save iosdevie/b13122ba0e9d2b17491fe0f1bceef78c to your computer and use it in GitHub Desktop.
@AppStorage("text") var text: String = ""
var body: some View {
Text($text)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment