0

In my application the user can display the camera roll photos and there is an option to not show/display a particular image next time. My question: is there any flag, EXIF or metadata info to let the application not display the flagged images when the user opens the app again?

mc110
  • 2,825
  • 5
  • 20
  • 21
Bobj-C
  • 5,276
  • 9
  • 47
  • 83

1 Answers1

0

You should remember the URL of the unwanted images and then hide the images with that URL.

NSURL *url = asset.defaultRepresentation.url

asclepix
  • 7,971
  • 3
  • 31
  • 41