iOS 选择图片过滤掉视频文件

来源:互联网 发布:浦发淘宝信用卡好用吗 编辑:程序博客网 时间:2024/06/17 22:52

UIImagePickerController *pickerImage = [[UIImagePickerController alloc] init];

pickerImage.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

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

1 0
原创粉丝点击