Use EnvironmentOverrides To Preview Dark Mode and Accessibility Font Sizes
Daily Coding Tip 251
It’s often useful to be able to see how your app reacts to environment changes.
Go to File > Add Packages… in Xcode and paste this into the top right search box:
https://github.com/nalexn/EnvironmentOverridesOnce you have added the package to your project you should be able to import EnvironmentOverrides and use the .a…


