Open douglas-srs opened 5 years ago
Hi, this may not be needed now but if you edit AbstractPickerPopoverViewController:
Change open override func viewWillAppear... by adding the below after: refrectPopoverProperties()
// Dark mode support if #available(iOS 13.0, *) { view.backgroundColor = .systemBackground } else { // Fallback on earlier versions view.backgroundColor = .white }
Thanks everyone!
I note there is a similar issue in ColumnStringPicker, and in all the StringPickers. I'm checking for other issues.
Is it possible to implement a darker theme where background is black and font is white?