Hey All,
I have my project about selecting video from the photo library and go into my app. When I selected the video in photo library, it says 'Compressing video...' and nothing happens.
Did I miss something in ' didFinishPickingMediaWithInfo'? or it crashes before the code gets here?
Thanks a lot, and my code about 'didFinishPickingMediaWithInfo' is like:
anyone?any idea? please......
I have my project about selecting video from the photo library and go into my app. When I selected the video in photo library, it says 'Compressing video...' and nothing happens.
Did I miss something in ' didFinishPickingMediaWithInfo'? or it crashes before the code gets here?
Thanks a lot, and my code about 'didFinishPickingMediaWithInfo' is like:
Code:
NSString *mediaType =[info objectForKey:UIImagePickerControllerMediaType];
if ([mediaType is [email]EqualToString@"public.movie[/email]"])
{
......
}
Last edited by a moderator: