Im trying to get the image name using PHAssets. But I couldn\'t find metadata for filename or any method to get the image name. Is there a different way to get
PHAssets
One more option is:
[asset valueForKey:@"filename"]
The "legality" of this is up to you to decide.