python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIImage(named:) with period loads wrong image (e.g. for SFSymbols)
I want an easy way to load SFSymbol images with configuration, if possible. Else just load the image normally. So I have this extension and I have all SFSymbols I need in in my assetcatalog with the s...
thisIsTheFoxe
Votes: 0
Answers: 1
SF Symbol does not work well with scaleAspectFill
I noticed that SF symbol doesn't really work well with scaleAspectFill.
For instance, given a circular aspect fill UIImageView with a thin border, setting its image to UIImage(systemName: "person...
Jack Guo
Votes: 0
Answers: 1
SwiftUI: SF symbol in tab item is automatically filled
I notice that tabItem() automatically uses the "fill" version of the SF symbol inside it. See example below. Does anyone know how to show the "non-fill" version of SF symbol in tab...
rayx
Votes: 0
Answers: 0
Swift SF Symbols - only available in iOS 13.0 or newer error
Been playing around with the SF Symbols and very impressive they are too.
However when I try and use them in code from a number of SF examples I come up with:
let image = UIImage(systemName: "han...
Edward Hasted
Votes: 0
Answers: 1