- August 28, 2025
- Mins Read
A tiny library that adds a control panel for testing how SwiftUI app adapts for different color themes, accessibility settings, and localizations.
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:
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...