I'm trying to overlay the status bar text to make it different from the default black/white.
I know it was possible before and I was using solution with UIWindow, with
overlayWindow.windowLevel = .statusBar
(trying to get above this value don't help either) example here
I also found ways to get the statusBarView
but this only allows to set the background color. example here
What's more; Things3 app before managed to get the status bar text color to gray but now on iOS13 it appears black.
If You know any valid hacks for this would love to hear about them!