Skip to content

Instantly share code, notes, and snippets.

@PaulWoodIII
Created August 3, 2019 23:50
Show Gist options
  • Select an option

  • Save PaulWoodIII/9512bb89bfeecc850c01c6731f0525d1 to your computer and use it in GitHub Desktop.

Select an option

Save PaulWoodIII/9512bb89bfeecc850c01c6731f0525d1 to your computer and use it in GitHub Desktop.
The Interface of List we are using
public struct List<SelectionValue, Content> : View where SelectionValue : Hashable, Content : View {
public init(selection: Binding<Set<SelectionValue>>?, @ViewBuilder content: () -> Content)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment