I have an iOS application, and I want the user to be able to choose/input a certain number of hours and minutes in a clean fashion. I’ve tried using UIDatePicker, but none of the provided formats suit my needs. I’m not having them choose a certain time in the future, just straight hours and minutes. How should I do this? Some form of a stepper?
Share
A custom UIPickerView should be enough, You know it’s only hours and minutes so fill two components, one from 1 to 24 and the second one from 00 to 59