Skip to content

Instantly share code, notes, and snippets.

@vikdenic
Created June 18, 2019 20:11
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 vikdenic/2b49587147286f1dc54b1d910f76cb74 to your computer and use it in GitHub Desktop.
Save vikdenic/2b49587147286f1dc54b1d910f76cb74 to your computer and use it in GitHub Desktop.
SwiftUI List snippet
List(store.rooms) { room in 
RoomCell(room: room)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment