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.