undeaD_D
undeaD_D
I figured out a small (not bugfree) workaround that works for me ;) Still would be great to see this fixed / implemented. Functions that changed (backwards compatible): func insertLoadingView(_...
Solved the DarkMode issue myself ^^ The Color Assets are not available if FLCharts is used via SPM ... Just copy the colors to the Apps Asset folder to fix...
if someone is unsure how to do add it themselves: feel free to use my version ^^ ( updated to swift 5 and with SPM support ... ) [https://github.com/undeaDD/alerts-and-pickers](https://github.com/undeaDD/alerts-and-pickers) -...
one solution for this may be to override the preferedStyle of any UIDatePicker in the iOS native Workspace: ``` if (@available(iOS 14, *)) { UIDatePicker *picker = [UIDatePicker appearance]; picker.preferredDatePickerStyle...
okay i just fixed the misalignment with some customStyles ... ``` ``` Result: iOS 14 ( compiled with XCode 12 ) 
Anywhere before the datepicker is loaded is fine ;) I personally put it in the AppDelegate didFinishLaunching function 👍 so that it gets executed at App launch
a mac version would be cool too. (i would do it if i had the source code ...)
not sure if that was the exact issue on target: NOV 19 but i tried using 3-digit hex colors multiple times without success ^^'