DatePickerDialog-iOS-Swift
DatePickerDialog-iOS-Swift copied to clipboard
Date picker dialog for iOS
fix no window issue, the case like mixing swiftui/uikit screen
In testing device it works perfectly, but in the case of simulator it doesn't appear.
iOS 14 is working fine..issues come out when upgrade to iOS 15 Date are working fine, but the time tapped, but no respond.. unable to select other time.. minDate set...
thanks for your lib, how to make intervals minutes ? e.g show 5 ,10 ,15 , 20 etc..
- Supports scene delegate
The dialog is not showing when running the app in iOS 13.
made close() public so that the end user can close the dialog whenever needed.
How can I dismiss dialog when the parent view controller is removed from navigation stack?
datepicker.date isn't working. How I can set date when showing datepicker?
 Doesn't Show Correctly Config:- pod 'DatePickerDialog', '~> 3.0' pod 'Material','~> 3.1.0' XCode Version 12.4 (12D4e)