we can add image as pdf in ios assets for application.But i'm confusing that which approach is good for application.
- Png file direct drag and drop to Assets
- or use image as PDF
i have follows links https://icons8.com/articles/how-to-use-vectors-in-xcode-7/ and https://bjango.com/articles/idontusepdfs/ but not able to decide which one is better solution for assets. i know how to works with pdf asset but cannot decide which method is better from development point of view.
Thanks in advance.