DatePickerDialog-iOS-Swift icon indicating copy to clipboard operation
DatePickerDialog-iOS-Swift copied to clipboard

Date picker dialog for iOS

Results 42 DatePickerDialog-iOS-Swift issues
Sort by recently updated
recently updated
newest added

Can't select a date Can you help me please.

hello, when the date picker dialog show on devices that use iOS 14, this error show: `*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_UIDatePickerIOSCompactView _setTextColor:]: unrecognized selector sent...

Hi, DatePickerDialog will be having issue especially in iOS 14, as preferredDatePickerStyle by default is in compact mode, new picker style will be inline, any idea to fix ?

Make dialog view wider (text won't fit otherwise)

@viniciussoares In iOS 13, If dark mode is enabled in the device, then Date Picker Dialog is not showing properly.

How to change pickerview dialog display format mmm-dd-yyyy to dd-mm-yyyy

Hello, I've added an option to set the minute interval in show. Cheers!

HI, I refferred you example and added the DatePicker component in my project. Now I want to show when the user taps on cell and select the date. However the...

This PR is to add support for the new iOS 13 Dark mode. Changes made: - Changed color references to dynamic iOS 13 colors (with #available check for iOS 12...