Skip to content

nalexn/EnvironmentOverrides

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 13, 2020 21:47
February 13, 2020 18:01
February 11, 2020 13:25
February 13, 2020 21:39
February 13, 2020 19:06

SwiftUI Environment Overrides

Platform blog venmo

A tiny library that adds a control panel for testing how SwiftUI app adapts for different color themes, accessibility settings, and localizations.

Make your QA team happy!

Inspired by "Environment Overrides" pane in Xcode, but allows to QA the actual running app instead of the preview in Xcode.

Supported settings that you can toggle on the fly:

You can quickly take screenshots in different languages for iTunes Connect (the panel hides itself).

Attach the control panel with just one line of code:

ContentView()
    .attachEnvironmentOverrides()

Integration with Swift Package Manager:

  1. In Xcode select File ⭢ Swift Packages ⭢ Add Package Dependency...
  2. Copy-paste repository URL: https://github.com/nalexn/EnvironmentOverrides
  3. Hit Next two times
  4. Hit Finish