I have the following:
DatePicker("Time between meals", selection: $time, displayedComponents: .hourAndMinute)
But I need to show instead of a date, a wheel to select the hours and minutes I want, as the variable says, for the time between meals, let's say 3h and 2 mts instead of 7:00 PM. How can I do that?
This is what I need:
Thanks