SF Symbols

RSS for tag

Enhance your app with a set of symbols that integrate seamlessly with the San Francisco system font.

Posts under SF Symbols tag

147 Posts

Post

Replies

Boosts

Views

Activity

SF Symbols 3 Bug
I am currently using the latest Mac OS beta, Xcode 13, and iOS 15. For some reason whenever I add an sf symbol into my app it puts the fill version of the symbol no matter what I do I can't change it. I've tried creating a custom icon that looks identical through the sf symbols app but nothing is being rendered.
2
0
1.3k
Oct ’21
How can I get 3.0 symbols to render correctly in Xcode 13?
I'm having issues where symbols created using the 3.0 template won't render correctly in Xcode 13. The symbols look fine in the SF Symbols app, but when I import into Xcode, the symbol is not placed appropriately in the symbol view (it may only show a zoomed-in view of the bottom left part of the symbol, or the symbol won't be in the symbol view at all). EDIT: Images in comment/answer below. EDIT2: To clarify, I'm referring to custom symbols. How can I resolve this issue? Anyone able to point me in the right direction? Thanks!
3
0
2.2k
Sep ’21
SF Symbols lost color (only black) in iOS 15 widget
Multicolor SF symbols are black in iOS 15 widget. (have a look at the attached pictures 14.5 vs 15.0) this is how it looks in the code:        Image(uiImage: UIImage(systemName: getIconName(iconId: iconId))!)         .resizable().scaledToFit()         .frame(width: 20) Playing around with .renderingMode() doesn't help. Only when I set it to .template and set some color, but I need it to be as it was - multicolor. Is this a bug or a feature ?
2
0
2.5k
Aug ’21
SF Symbols palette colors not rendering when used in drawRect (beta 5)
The new SF Symbols palette color feature was working perfectly for me in beta 4, but as soon as I installed beta 5 all my symbols started rendering in a single color. After some debugging, I realized that this is only happening when the image is created via drawRect. Hopefully this is just a minor bug that will be fixed in the next beta, as I just spent an entire week moving everything over to custom symbols (and I have to render them via drawRect)...
3
0
1.3k
Aug ’21
Deprecations: SF Symbol...
I built my app for iOS 13 and use the system images in my storyboard. With Xcode 12, I see these deprecation messages, even though my deployment target is 13. Main.storyboard: warning: Deprecations: SF Symbol ‘speaker.3.fill’ is deprecated, use ‘speaker.wave.3.fill’ instead. If I address these warnings, will my app display the correct symbols on iOS 13?
1
1
1.6k
Aug ’21
SF Symbols 3 Bug
I am currently using the latest Mac OS beta, Xcode 13, and iOS 15. For some reason whenever I add an sf symbol into my app it puts the fill version of the symbol no matter what I do I can't change it. I've tried creating a custom icon that looks identical through the sf symbols app but nothing is being rendered.
Replies
2
Boosts
0
Views
1.3k
Activity
Oct ’21
How can I get 3.0 symbols to render correctly in Xcode 13?
I'm having issues where symbols created using the 3.0 template won't render correctly in Xcode 13. The symbols look fine in the SF Symbols app, but when I import into Xcode, the symbol is not placed appropriately in the symbol view (it may only show a zoomed-in view of the bottom left part of the symbol, or the symbol won't be in the symbol view at all). EDIT: Images in comment/answer below. EDIT2: To clarify, I'm referring to custom symbols. How can I resolve this issue? Anyone able to point me in the right direction? Thanks!
Replies
3
Boosts
0
Views
2.2k
Activity
Sep ’21
Using SF font and SF symbols for printable materials in the app
Hey, Inside the app I'm making user has a option to create and export PDF file. I read the license, but I'm still not sure if I can use SF font and SF symbols for that use case.
Replies
0
Boosts
0
Views
553
Activity
Aug ’21
Many errors / non-existing API's etc. in this session
Be aware, there are many errors / non-existing API's etc. in this session. This is yet the worst session I've seen in this years WWDC. Sorry but I have to be honest.
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’21
SF Symbols lost color (only black) in iOS 15 widget
Multicolor SF symbols are black in iOS 15 widget. (have a look at the attached pictures 14.5 vs 15.0) this is how it looks in the code:        Image(uiImage: UIImage(systemName: getIconName(iconId: iconId))!)         .resizable().scaledToFit()         .frame(width: 20) Playing around with .renderingMode() doesn't help. Only when I set it to .template and set some color, but I need it to be as it was - multicolor. Is this a bug or a feature ?
Replies
2
Boosts
0
Views
2.5k
Activity
Aug ’21
SF Symbols palette colors not rendering when used in drawRect (beta 5)
The new SF Symbols palette color feature was working perfectly for me in beta 4, but as soon as I installed beta 5 all my symbols started rendering in a single color. After some debugging, I realized that this is only happening when the image is created via drawRect. Hopefully this is just a minor bug that will be fixed in the next beta, as I just spent an entire week moving everything over to custom symbols (and I have to render them via drawRect)...
Replies
3
Boosts
0
Views
1.3k
Activity
Aug ’21
Deprecations: SF Symbol...
I built my app for iOS 13 and use the system images in my storyboard. With Xcode 12, I see these deprecation messages, even though my deployment target is 13. Main.storyboard: warning: Deprecations: SF Symbol ‘speaker.3.fill’ is deprecated, use ‘speaker.wave.3.fill’ instead. If I address these warnings, will my app display the correct symbols on iOS 13?
Replies
1
Boosts
1
Views
1.6k
Activity
Aug ’21