Hi! I need to access multiple photos on my device to be able to delete/send/edit or do other actions on them at one time. I know that I can access photo library using UIImagePickerController, but functionality of this component is very limited and it cannot solve even half of my problems. The straight way to solve my problem would be to directly access folders containing images in the file system, and then create my own controller and populate it with data from appropriate folders.
So the main question here is: Is it possible to directly access photos from file system, or the only way to do this is through UIImagePickerController? And if the later one is true, what can be done to implement multiple photo managing (just like Mail app allows to select multiple emails and then delete them)?
So the main question here is: Is it possible to directly access photos from file system, or the only way to do this is through UIImagePickerController? And if the later one is true, what can be done to implement multiple photo managing (just like Mail app allows to select multiple emails and then delete them)?