I was fiddling with Xcode 6 vs images assets when I noticed something very interesting: we now can specify vector images in them (go see in the Utilities pa
you can use this online tool to convert your images from svg to pdf
http://www.fileformat.info/convert/image/svg2pdf.htm
1- upload image
2- select width:24px,height:24px
3- copy to your xcode project
4- go to Images.xcassets
5- right click and create new image set
6- from the right panel select (attribute inspector)
7- change types to vector
8- drag and drop your pdf image there
9- use it in your project