Remove in PhotoKit: Can You Miss Recently Deleted?

Starting with iOS8, when you delete a photo, it goes to trashcan-analog called "Recently Deleted". This happens when you uninstall via Photos.app or via the PhotoKit API (using PHAssetChangeRequest.deleteAssets()

).

In Photos.app, you can go to Recently Deleted and actually delete that photo. Is there a way to do this in PhotoKit?

+3


source to share


1 answer


Nope. The only delete API is deleteAssets

.



+3


source







All Articles