Scrumdinger App Tutorial - ThemePicker not showning colors

Hi here,

I'm new to Xcode and need some help with the Scrumdinger App Tutorial (Passing data with bindings - Section 1 + 2).

https://developer.apple.com/tutorials/app-dev-training/passing-data-with-bindings

I'm using Xcode 14.1 and was able to follow the tutorial up until this point, where the ThemePicker is introduced in Section 2. However, between Step 7 and 8 I'm getting lost:

I was expecting to see the color in the ThemePicker (as shown in the preview of step 8 and in the animation at the end of the page). My code didn't show any color. After tinkering around for some time with my own code, I downloaded the project files from Apple and tried it with the files in the "Completed" folder. Still the color is not showing up.

FYI: The colors are showing up nicely in the ThemeView file and everywhere else, just not in the ThemePicker.

What am I missing here? Hope someone can help or guide my in the right direction.

Many thanks and kind regards!

This is the last step, I can follow:

I can't see this one (even with the provided code from Apple):

Nor this one here:

Or this one here:

This is how the code shows up for me:

Theme colors are imported into Assets:

Your screenshots are so large it makes it hard to understand what you compare.And you should tell very clearly what each screenshot is.

Have you figured this out? I am having the same problem.

You must put the Form into a NavigationView and change the picker style into .navigationLink.

Scrumdinger App Tutorial - ThemePicker not showning colors
 
 
Q