Does anybody know how this is done? I see where the warning says to use Labels. I imagine they mean argument labels.
Initialzing DatePicker in beta 4
Add a Comment
Does anybody know how this is done? I see where the warning says to use Labels. I imagine they mean argument labels.
Found the solution.
DatePicker("The Date",
selection: $arriveDate,
in: ...maxDate,
displayedComponents: [.date]
)
Found the solution.
DatePicker("The Date",
selection: $arriveDate,
in: ...maxDate,
displayedComponents: [.date]
)