Right now, the function of the ELC Image Picker Controller is to select multiple images from the camera roll. But I want it to do the same multi-select function for the private app directory. When I try to import the ELC functions inside the private app directory, I am not able to multi-select the pictures and even if I try to select one image, that image is shown in full screen.
So, is it possible for the ELC Image Picker Controller to multi-select pictures from the private app directory or it is meant only for doing the same functionality with the camera roll?
ELC Image Picker Controller is for library only, but not to worry, you can change data source accordingly (IT IS OPEN SOURCE) .
But you need to take care of every aspects, like dictionaries, selection keys and everything.