Everything I do google calls up answers to the question about ALAsset.
I have an images.xcassets folder and a bunch of assets.
I want to know if an asset exists there depending on the string.
eg. if(images.xcassets.contains("assetName") == true)
Do you know how I can check if a row based resource exists?
source share