Hello,
i try users can pick only photo not video on my application.
i searched net but can't find any sample. its all about shown all supported format (video, photo)
my code is below . any help ?
imagePicker = new UIImagePickerController (); imagePicker.SourceType = UIImagePickerControllerSourceType.PhotoLibrary ; imagePicker.MediaTypes = ???? ' need only photo ;