Design team provide a folder with all the images required for a project.
I've create xcassets for the icon and splash files, and for some images who require slicing, etc
I've notices that all the image in xcassets have been duplicate in the xcassets folder.
My question:
- From xcassets, can I link to image, instead of having xcode duplicate it?
- If link not possible, what are the best way to work with design team?
- Do you thing that, at compile time, xcode will insert just one copy of the image?
Thanks for your infos