Is this something that's possible (I'm using storyboards)? I'd like to update my bar button items to SF Symbols (for consistency, since I have some iOS 13 context menus using SF Symbols).
I believe I found the built-in fallback:
- in your storyboard, specify the SF Symbol you want to use (let's say, "gear")
- in your assets catalog, create an asset with the same name ("gear")
On iOS 13, the SF Symbol will be used. On prior versions, it will fallback to using the same named asset from the asset catalog!