Add files via upload

This commit is contained in:
dmcBig
2018-05-09 16:54:24 +08:00
committed by GitHub
parent fbc96e447b
commit 87dcddbdd7
+5
View File
@@ -45,6 +45,11 @@
}
NSMutableArray * aListArray=[[NSMutableArray alloc] init];
if([selectArray count]<=0){
[self.commandDelegate sendPluginResult:[CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsArray:aListArray] callbackId:callbackId];
return;
}
dispatch_async(dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
int index=0;
for(PHAsset *asset in selectArray){