What’s new in SF Symbols 5

RSS for tag

Discuss the WWDC23 Session What’s new in SF Symbols 5

View Session

Posts under wwdc2023-10197 tag

2 Posts
Sort by:
Post not yet marked as solved
2 Replies
1.3k Views
When I try to import a custom SF Symbol exported for XCode 15 and try to import it in Xcode 15 beta (15A5160n), I got the error: The SVG file provided for the symbol image set 'rings.heart' is not suitable: Template format 5.0 is newer than the version that this software supports (4.0) Is Xcode 15 Beta not ready yet for Custom SF Symbols 5.0?
Posted
by arnonyc.
Last updated
.
Post not yet marked as solved
0 Replies
514 Views
I'm currently experimenting with SFSymbol animations for iOS 17.0 I have a custom symbol that I like to animate with the Variable Color effect, and I want to set the colors in code. However, coloring the symbol in code doesn't work. What am I missing? Image("my-fancy-custom-symbol") .symbolRenderingMode(.multicolor) .foregroundStyle(.white, .yellow) .symbolEffect(.variableColor, options: .repeating)
Posted Last updated
.