Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created June 8, 2022 21:11
Show Gist options
  • Save meyusufdemirci/fff7827ea779123c9f7770799c4838c6 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/fff7827ea779123c9f7770799c4838c6 to your computer and use it in GitHub Desktop.
What is New in SwiftUI, WWDC 22 Article
@State var selectedDates: Set<DateComponents> = []
var body: some View {
MultiDatePicker("Dates", selection: $selectedDates)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment