Explore the SF Symbols 3 app

RSS for tag

Discuss the WWDC21 session Explore the SF Symbols 3 app.

Posts under wwdc21-10288 tag

4 Posts

Post

Replies

Boosts

Views

Activity

UITabBar in iOS 15 forces filled SFSymbols (SwiftUI)
The iOS 15 UITabBar is using filled SFSymbols, although I had specified outlined symbols! Is it possible to get the UITabBar to behave like in iOS 14 and displaying the outlined symbols like intended? TabView { ArticleListView(articles: model.calls, title: "...").tabItem { Text("Calls") Image(systemName: "doc.append") } ArticleListView(articles: model.news, title: "...").tabItem { Text("News") Image(systemName: "newspaper") } ArticleListView(articles: model.events, title: "...").tabItem { Text("Events") Image(systemName: "calendar") } MoreView().tabItem { Text("More") Image(systemName: "ellipsis") } }
1
0
938
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 3 app crashes
I dragged two of my version 2.0 custom symbols into the Custom Symbols directory in the Library of SF Symbols 3 Beta. The first symbol was fine. The second symbol caused the app to crash. Now it crashes every time I tap Custom Symbols. I tried deleting the app and reinstalling but the crash continues to happen. Is there something else I need to delete to get it to work again?
Topic: Design SubTopic: General Tags:
4
0
1.4k
Jul ’21
Creating Custom Symbols
I created a custom symbol with the variable template in Symbols 3.0. When I check the template in Symbols 3, it says it's missing the guidelines but gives the check mark for everything else. When I import the symbol into the custom symbols folder, the app crashes. I found the way to delete it so the app stops crashing but I'd like to understand what/if something is wrong with the svg file I am creating.
0
0
792
Jun ’21
UITabBar in iOS 15 forces filled SFSymbols (SwiftUI)
The iOS 15 UITabBar is using filled SFSymbols, although I had specified outlined symbols! Is it possible to get the UITabBar to behave like in iOS 14 and displaying the outlined symbols like intended? TabView { ArticleListView(articles: model.calls, title: "...").tabItem { Text("Calls") Image(systemName: "doc.append") } ArticleListView(articles: model.news, title: "...").tabItem { Text("News") Image(systemName: "newspaper") } ArticleListView(articles: model.events, title: "...").tabItem { Text("Events") Image(systemName: "calendar") } MoreView().tabItem { Text("More") Image(systemName: "ellipsis") } }
Replies
1
Boosts
0
Views
938
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
SF Symbols 3 app crashes
I dragged two of my version 2.0 custom symbols into the Custom Symbols directory in the Library of SF Symbols 3 Beta. The first symbol was fine. The second symbol caused the app to crash. Now it crashes every time I tap Custom Symbols. I tried deleting the app and reinstalling but the crash continues to happen. Is there something else I need to delete to get it to work again?
Topic: Design SubTopic: General Tags:
Replies
4
Boosts
0
Views
1.4k
Activity
Jul ’21
Creating Custom Symbols
I created a custom symbol with the variable template in Symbols 3.0. When I check the template in Symbols 3, it says it's missing the guidelines but gives the check mark for everything else. When I import the symbol into the custom symbols folder, the app crashes. I found the way to delete it so the app stops crashing but I'd like to understand what/if something is wrong with the svg file I am creating.
Replies
0
Boosts
0
Views
792
Activity
Jun ’21