Created
June 8, 2022 21:11
-
-
Save meyusufdemirci/fff7827ea779123c9f7770799c4838c6 to your computer and use it in GitHub Desktop.
What is New in SwiftUI, WWDC 22 Article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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