How to display all images from NSDocument directory
First i selected images from photo library to ALAsset Library and after that i stored images in document directory from ALAsset library path. i am using this code to store images in document directory from ALAsset Library.... Its working perfect... Now i want to display all images which are stored in document directory in table view.. how can i do this??? can anybody help me?? Code for importing images from ALAsset Library to NSdocument directory for (int j=0; j<[assetArray count]; j++) { ALAssetRepresentation *representation = [[assetArray objectAtIndex:j] defaultRepresentation]; NSString*