I use the mode UIDatePickerin UIDatePickerModeCountDownTimerwhich allows the user to select hours and minutes, but it will not allow the user to select zero hours and zero minutes. If the clock is set to zero and the user tries to select zero minutes, he automatically switches to 01.
I examined the documents, and nothing seems to allow me to do this without waiting for the user to create a selection. The problem with creating a custom selection element is that I am losing the title in the selection indicator (hours, minutes), and there seems to be no way to add them. I searched for an answer in the last 2 days! I cannot believe that UIPickerView does not have a property to set a title for indicators for each section.
Any help would be appreciated.
source
share