How to get all PNG files from user's photo library

189 Views Asked by At

Is there a way to get all PNG files from the user's photo library? I don't believe it's possible to set query constraints on UIImagePickerController.

Is there anything I can do with the Photos framework? I've been looking into using PFFetch, but I can't seem to figure out if it will do what I need.

0

There are 0 best solutions below