Xcode will allow me to introduce image literals in code when I start typing image literal
and use autocomplete:
With iOS 13, they released SF Symbols that can be introduced into the code like so:
let image = UIImage(systemName: "square.and.arrow.up")
Is there any way to combine the two and see the SF Symbol as an image literal?
When I try double clicking the image, I only see a selection box for the images provided by my xcassets file.