MultiDatePicker
A control for picking multiple dates.
Platform Compatibility
iOS 16.0+ iPadOS 16.0+ visionOS 1.0+
Tags
SwiftUI Code
@State private var dates: Set<DateComponents> = []
var body: some View {
MultiDatePicker("Dates Available", selection: $dates)
}
Found an issue or have a suggestion?
Created: June 4, 2025Updated: June 4, 2025