I hope my title is self explanatory enough. I have an hours and minutes time picker, where every minute is shown individually. What I want is to only show the "00" and "30" minutes. Is this achievable?
The code I use for the time picker:
DatePicker("", selection: $selectedStartHour, displayedComponents: .hourAndMinute)
.datePickerStyle(CompactDatePickerStyle())
.labelsHidden()
.clipped()