Post

Replies

Boosts

Views

Activity

Reply to Some variable SF Symbols don't work.
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
Topic: Design SubTopic: General Tags:
1d
Reply to Some variable SF Symbols don't work.
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
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d