Xcode – How do I correctly use fetch assets with a local identifier?
I am trying to figure out how to get an array of identifiers and put them in a collection view programmatically. Correct me if I am wrong but, I believe the best way to do this is by using PHAsset.fetchAssets.…