I have a .svg image file I want to display in my project.
I tried using UIImageView, which works for the .png & .jpg image formats, but not for the .svg extensi
You can add New Symbol Image Set in .xcassets, then you can add SVG file in it
and use it same like image.
Note: This doesn't work on all SVG. You can have a look at the apple documentation