2

So, apple updated the timer app in IOS 11, and one of the most useful things they've done is add a seconds column in the countdown timer, like this: countdown timer

I am building an app for personal use and need to use the timer, but for intervals smaller than a minute, but on xcode I can't use the same date picker that Apple used. Is there a way to build one or to make the UIDatePicker look like that?

Note: I don't understand Objective-C

  • Possible duplicate of [UIPickerView that looks like UIDatePicker but with seconds](https://stackoverflow.com/questions/10999575/uipickerview-that-looks-like-uidatepicker-but-with-seconds) – NSAdi Oct 29 '17 at 04:24
  • Possible duplicate of https://stackoverflow.com/q/10999575/7207883 – NSAdi Oct 29 '17 at 04:24

1 Answers1

0

You're looking for UIPickerView that helps you configure a UIDatePicker-like interface but with custom values to pick from.

Kunal Shah
  • 1,071
  • 9
  • 24