I am working on a card editor app. I wanted to show images in different screen sizes. I have read that new xcode suports pdf images and we don't need to put many images for different screens.
http://martiancraft.com/blog/2014/09/vector-images-xcode6/
According to that we have to put pdf in ios asset catalog. In my app images loaded from dynamically from a web service. Then how can i save pdf image programmatically in ios asset catalog.
If this is not possible what is the better approach for show images in differnt devices.