My app supports dark mode partially.
Most views are using systemBackgroundColor & labelColor so that they are looking great in dark mode.
A document view shows the color components as is.
Before iOS 13, customers can enable smark invert so that they can see smart inverted document view.
After iOS 13, customers can not see smart inverted document view because the other views are using systemBackgroundColor & labelColor.
In this case, I want to enable smart invert for the document view only in dark mode.
How to enable smart invert for UIView in dark mode?
Is it impossible? or do I need to develop it by myself?
Thanks in advance~ ^^