Hi all,
I have to give functionality to select photos by the user.
I have used this.
ipc.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
Now I have to restrict user to select only photos and i want videos to be not displayed on the list. Or somehow user should not select video at all.
Please suggest some way out.
Thanks and Regards, Ankit