Pick video using PhotoPickerPlus?
Posted
by
Anil Katti
on Stack Overflow
See other posts from Stack Overflow
or by Anil Katti
Published on 2012-09-22T03:35:58Z
Indexed on
2012/09/22
3:37 UTC
Read the original article
Hit count: 424
Is there a way I can pick video using photo-picker-plus instead of a photo?
When I check the media type using:
NSString *mediaType = [info objectForKey: UIImagePickerControllerMediaType];
I always get public.image (even when I pick a video).
On a related note, is there any other SDK similar to photo-picker-plus for picking video from different sources? UIImagePickerController could be an option. But, I am looking for something that is as versatile as photo-picker-plus.
Anil
© Stack Overflow or respective owner