You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the two examples to other implementations in the lib such as
@Published var wheelConfiguration: SFWConfiguration = .blackCyanColorsConfiguration
to @Published var wheelConfiguration: SFWConfiguration = .variousWheelPodiumConfiguration
does not seem to work for me. A blank wheel is shown with the blackCyan layout.
The text was updated successfully, but these errors were encountered:
Changing the two examples to other implementations in the lib such as
@Published var wheelConfiguration: SFWConfiguration = .blackCyanColorsConfiguration
to
@Published var wheelConfiguration: SFWConfiguration = .variousWheelPodiumConfiguration
does not seem to work for me. A blank wheel is shown with the blackCyan layout.
The text was updated successfully, but these errors were encountered: