Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Kareny

macrumors newbie
Original poster
Jun 21, 2010
22
0
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:

Code:
NSString *mediaType =[info objectForKey:UIImagePickerControllerMediaType];
if ([mediaType is [email]EqualToString@"public.movie[/email]"])
{
  ......
}

;)anyone?any idea? please......
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.