From 14adb41ff8a85961cbf2c49ca388f2cad73436f7 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 21 Apr 2023 14:10:04 -0500 Subject: [PATCH] =?UTF-8?q?[Previews]=20Adds=20example=20=E2=80=9CRandom?= =?UTF-8?q?=20Dancing=E2=80=9D=20experimental=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeltaPreviews/Experimental Features/ExperimentalFeatures.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift b/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift index 5f0cfe6..26f6e63 100644 --- a/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift +++ b/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift @@ -14,6 +14,9 @@ struct ExperimentalFeatures: FeatureContainer { static let shared = ExperimentalFeatures() + @Feature(name: "Random Dancing") + var randomDancing + @Feature(name: "Custom Tint Color", description: "Change the accent color used throughout the app.", options: CustomTintColorOptions())