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

Dark Mode support

Open karishmapujara opened this issue 4 years ago • 2 comments

@viniciussoares In iOS 13,

If dark mode is enabled in the device, then Date Picker Dialog is not showing properly.

karishmapujara avatar May 15 '20 11:05 karishmapujara

I have created a dark mode compatible version of the DatePickerDialog here: https://github.com/leonluc-dev/DatePickerDialog-iOS-Swift/blob/1c2c6ef/Sources/DatePickerDialog.swift which you can add to your project.

Hopefully it can be merged into the main repository soon and be part of the cocoapods package. (It's been waiting as pull request #97 for a while)

leonluc-dev avatar Jul 25 '20 19:07 leonluc-dev

@leonluc-dev thank you for this! I hope the PR gets approved. Works like a charm.

roulljdh avatar Aug 05 '20 07:08 roulljdh