I need users to be able to select a duration, which it looks like UIDatePickerModeCountDownTimer is made for, but I want to cap it at, say, three hours, which it looks like it isn’t.
Can I do this with UIDatePicker, or would I be better off creating a custom two-column UIPickerView?
Hope this helps..