views:

22

answers:

0

I'm using a UIDatePicker in UIDatePickerModeCountDownTimer mode which lets the user select hours and minutes, but it won't let the user select zero hours and zero minutes. If the hours are set to zero and the user tries to pick zero minutes, it automatically jumps to 01.

I've researched the docs and nothing seems to allow me to do that, short of creating a custom picker. The problem with creating a custom picker is that I lose the title in the selection indicator (hours, minutes) and there doesn't seem to be a way of adding those either. I've been looking for an answer for the past 2 days! I can't believe UIPickerView doesn't have a property to set the title for indicators for each section.

Any help would be appreciated.