mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
#2 Support for iCloud photos on iOS - modifications
This commit is contained in:
@@ -403,7 +403,8 @@ NSString * const GMGridViewCellIdentifier = @"GMGridViewCellIdentifier";
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
|
||||
fetch_item.be_saving_img_thumb = false;
|
||||
|
||||
|
||||
// TODO pass in quality
|
||||
if ( ![ UIImageJPEGRepresentation(result, 1.0f ) writeToFile:filePath atomically:YES ] ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user