Platform
Language
Configure Theming
In this example, we will show you how to make theming configurations for the mobile editor. The example is based on the Design Editor
, however, it is exactly the same for all the other solutions.
Explore a full code sample on GitHub.
Modifiers#
After initializing an editor SwiftUI view you can apply any SwiftUI modifier to customize it like for any other SwiftUI view.
Theming the mobile editor is done like for any other SwiftUI view. The editor respects the SwiftUI colorScheme
environment. It can be configured with the preferredColorScheme
modifier to override the system's color scheme which is the default if it is not already overridden somewhere in your view hierarchy.
In this example, we use the opposite color scheme that is currently used.