Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 2, 2019 09:18
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 fitomad/4927c4a6af24603c700e6afedcc8ca1a to your computer and use it in GitHub Desktop.
Save fitomad/4927c4a6af24603c700e6afedcc8ca1a to your computer and use it in GitHub Desktop.
internal struct SessionsView : View
{
/// Enganche con el ViewModel
@ObjectBinding private var collectionList = CollectionsViewModel()
var body: some View
{
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment