draveness / DKNightVersion

Manage Colors, Integrate Night/Multiple Themes. (Unmaintained)
MIT License
3.56k stars 516 forks source link

What about iOS13 iPad multiwindow? #120

Open fabiosoft opened 4 years ago

fabiosoft commented 4 years ago

I've been using this library since a long time and I love it. I am able to change from dark to light mode before iOS13.

How can I use this library in multiwindow? When a scene goes away the system calls dark/light mode methods repeatedly... I think this should not be a singleton anymore to be able to alloc and pass an instance to each scene.

What do you think?