Skip to content

Releases: itsmeichigo/DateTimePicker

Swift Package Manager supported

12 Oct 07:24
a3f38cb
Compare
Choose a tag to compare

Carthage supported

05 Aug 04:39
Compare
Choose a tag to compare

Please refer to README file to find instruction to install DateTimePicker using Carthage.

Minor bugs fixed

15 Jul 14:17
Compare
Choose a tag to compare
  • completionHandler is called when Done button is tapped.
  • Default locale of picker view is device's current locale.

Picker view as separate view

15 Jul 14:16
Compare
Choose a tag to compare

Picker view can now be created with create method as a separate UIView instance. You can still show picker like a modal like before by using show method.

Constraint based UI

15 Jul 14:14
Compare
Choose a tag to compare

All subviews of picker are now constrained to their superview - thanks @amduma!