In my recent project, our team had decided using vector image asset with pdf format. What pros and cons of using vector than normal png?
If I have three different image size for one image, 30x30, 75x75, 123x123. In this case, will Xcode generate all of them? Or generate only one png?
If I set a "Preserve vector data" option and using single scale, does iOS generate png images on runtime? Does it works with dynamic size view?