Skip to content

Instantly share code, notes, and snippets.

@pranjalsatija
Last active February 7, 2020 18:31
Show Gist options
  • Save pranjalsatija/cc8858c97072caae21187df9c5e99fb6 to your computer and use it in GitHub Desktop.
Save pranjalsatija/cc8858c97072caae21187df9c5e99fb6 to your computer and use it in GitHub Desktop.
A simple example of constructing a list in SwiftUI.
List(data, id: \.self) {
Text($0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment