Future DatePicker
Creates an instance that selects multiple dates on or after some start date
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, in: Date.now...)
}
Found an issue or have a suggestion?
Created: June 4, 2025Updated: June 5, 2025