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?
From the docs:
myImagePickerController.mediaTypes =
[[NSArray alloc] initWithObjects: (NSString *) kUTTypeImage, nil];