Hi!
For example, if I select Text("\(profileRam.sterrenbeeldIcon) Ram").tag("Ram") on the wheel I want the following things to change:
name.Select1Variable = "Ram ", name.vuurZonValue = 18, name.aardeZonValue = 0, name.luchtZonValue = 0, name.waterZonValue = 0
Currently only the name.Select1Variable changes with the added .tag, but I would like to add the other 4 changes as well.
.
Another example, if I select Text("\(profileStier.sterrenbeeldIcon) Stier").tag("Stier") on the wheel, I would like the following this to change:
name.Select1Variable = "Stier ", name.vuurZonValue = 0, name.aardeZonValue = 18, name.luchtZonValue = 0, name.waterZonValue = 0
Same here, currently only the name.Select1Variable changes with the added .tag, but I would like to add the other 4 changes as well.
.
I've posted the observed data that are in a different Swift File below in an other reply so that you can see those as well.