Search code examples
iphoneioscocoa-touchuipickerviewuidatepicker

How to use UIDatePicker (countdown timer) to select 0 hour 0 minute?


As per my product specification, I have to let the user to select 0 hour and 0 minutes, I have tried with date picker but its not allowing( default 1 minute got selected). What to do now? I googled and got to know its not allowed, Is there any other control I can use? If so will it behave like UIDatePicker (with countdown timer mode)? Thanx..


Solution

  • You can use a UIPicker. You can insert data like 0,5,10,15,etc minutes.