design team provide folder images required project.
i've create xcassets icon , splash files, , images require slicing, etc
i've notices image in xcassets have been duplicate in xcassets folder.
my question:
- from xcassets, can link image, instead of having xcode duplicate it?
- if link not possible, best way work design team?
- do thing that, @ compile time, xcode insert 1 copy of image?
thanks infos
the purpose of xcassets consolidate of project assets nice bundle. tend split multiple xcassets larger projects. after pop xcassets, can rid of other asset instances project.
in compile time, files selected in "add target" field copied over.
just stick files xcassets, don't add them anywhere else.