Suppose I zip an .xcasset
folder and download it from the web, storing it in the Documents folder.
Can I use it from there, as it was a normal .xcasset
folder?
I know the .xcasset
folder is just a folder with subfolders but what I mean is this: the .xcasset
folder gives me the advantages of being able to simple invoke the image name and the app already knows if it is for iPhone, Watch, etc.
Is that possible to use an .xcasset
folder stored in the Documents directory?