Releases: itsmeichigo/DateTimePicker
Releases · itsmeichigo/DateTimePicker
Swift Package Manager supported
Carthage supported
Please refer to README file to find instruction to install DateTimePicker using Carthage.
Minor bugs fixed
completionHandleris called when Done button is tapped.- Default locale of picker view is device's current locale.
Picker view as separate view
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
All subviews of picker are now constrained to their superview - thanks @amduma!