-3

I'm using Date Picker, which is set to Count Down Timer mode. By default it displays the current time. How would I set it to display a specific time on start up? Thanks in advance.

Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116
Kev A.
  • 3
  • 3
  • 7
    Possible duplicate of [How to set a specific default time for a date picker in Swift](https://stackoverflow.com/questions/33405710/how-to-set-a-specific-default-time-for-a-date-picker-in-swift) – Paolo Jul 26 '17 at 19:03

1 Answers1

0

You can use date property

UIDatePicker > date

Use this property to get and set the currently selected date

Adrian Bobrowski
  • 2,681
  • 1
  • 16
  • 26