I ran into this while looking into the same issue, variableValue alone isn’t always enough for every variable symbol. In this case, setting the variable value mode explicitly fixes it:
Image(systemName: "01.circle", variableValue: 0.5)
.symbolVariableValueMode(.draw)
That should give you the same behavior you see in SF Symbols app
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I ran into this while looking into the same issue, variableValue alone isn’t always enough for every variable symbol. In this case, setting the variable value mode explicitly fixes it:
Image(systemName: "01.circle", variableValue: 0.5)
.symbolVariableValueMode(.draw)
That should give you the same behavior you see in SF Symbols app
- Replies
- Boosts
- Views
- Activity