Actually using UIDatePickerModeCountDownTimer as a timer
问题 I am just trying to make a timer. I would like to use UIDatePickerModeCountDownTimer mode of the UIDatePicker , so that when the user simply selects say 15 mins in the picker, they are passed back to a screen that shows the value of 15 mins in a label that they can then count down from. As I have tried to get the value from the DatePicker, I realized that the picker passes back an NSTimeInterval that gets the current time in seconds: UIDatePicker *pickerView = [[UIDatePicker alloc] init];