Search code examples
iphoneios5photo-gallery

don't show video in photo library in iphone app


All I want is to show the selection of photos only in MediaLibrary of iPhone via Application.

I don't want the user to see videos to select from there.

What can be the way(chance) of achieving this?


Solution

  • From the docs:

    myImagePickerController.mediaTypes = 
        [[NSArray alloc] initWithObjects: (NSString *) kUTTypeImage, nil];