I am developing a app in which i capture a image and save image into gallery.After that i open the gallery now i want to view full screen slide show of saved images.
Am using the following code it just open the image full screen with choose and cancel options but i need slide show.
pickerview.allowsEditing=YES;
pickerview.sourceType=UIImagePickerControllerSourceTypePhotoLibrary;
[self presentViewController:pickerview animated:YES completion:nil];