bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

怎么在iOS中實現從系統相冊選取多張照片-創新互聯

這篇文章將為大家詳細講解有關怎么在iOS中實現從系統相冊選取多張照片,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。

創新互聯是一家專業提供克拉瑪依區企業網站建設,專注與成都做網站、成都網站制作、H5響應式網站、小程序制作等業務。10年已為克拉瑪依區眾多企業、政府機構等服務。創新互聯專業網站設計公司優惠進行中。

1.pod導入

pod 'CTAssetsPickerController'

2.添加頭文件

#import <CTAssetsPickerController/CTAssetsPickerController.h>

3.添加delegate

<CTAssetsPickerControllerDelegate>

4.實現

- (void)upLoading {
  [PHPhotoLibraryrequestAuthorization:^(PHAuthorizationStatus status){
    if (status !=PHAuthorizationStatusAuthorized)return;
    dispatch_async(dispatch_get_main_queue(), ^{
      CTAssetsPickerController *picker = [[CTAssetsPickerControlleralloc] init];
      picker.delegate =self;
      // 顯示選擇的索引
      picker.showsSelectionIndex =YES;
      // 設置相冊的類型:相機膠卷 +自定義相冊
      picker.assetCollectionSubtypes =@[
                        @(PHAssetCollectionSubtypeSmartAlbumUserLibrary),
                        @(PHAssetCollectionSubtypeAlbumRegular)];
      // 不需要顯示空的相冊
      picker.showsEmptyAlbums =NO;
      [selfpresentViewController:pickeranimated:YEScompletion:nil];
    });
  }];
}

-(BOOL)assetsPickerController:(CTAssetsPickerController *)picker shouldSelectAsset:(PHAsset *)asset
{
  NSInteger max =9;
  if (picker.selectedAssets.count >= max) {
    UIAlertController *alert = [UIAlertControlleralertControllerWithTitle:@"提示"message:[NSStringstringWithFormat:@"最多選擇%zd張圖片", max] preferredStyle:UIAlertControllerStyleAlert];
    [alert addAction:[UIAlertActionactionWithTitle:@"好的"style:UIAlertActionStyleDefaulthandler:nil]];
    [picker presentViewController:alertanimated:YEScompletion:nil];
    // 這里不能使用self來modal別的控制器,因為此時self.view不在window上
    returnNO;
  }
  returnYES;
}

-(void)assetsPickerController:(CTAssetsPickerController *)picker didFinishPickingAssets:(NSArray *)assets
{
  
  NSArray *array =NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);
  NSString *documents = [arraylastObject];
  NSString *documentPath = [documentsstringByAppendingPathComponent:@"arrayXML.xml"];
  
  NSArray *dataArray = [NSArrayarrayWithArray:assets];
  
  
  [dataArray writeToFile:documentPathatomically:YES];
  
  
  
  NSArray *resultArray = [NSArrayarrayWithContentsOfFile:documentPath];
  NSLog(@"%@", documentPath);
  
  
  // 關閉圖片選擇界面
  [picker dismissViewControllerAnimated:YEScompletion:nil];
  
  // 遍歷選擇的所有圖片
  self.plCollection.photoArray = assets;
  for (NSInteger i =0; i < assets.count; i++) {
    // 基本配置
    CGFloat scale = [UIScreenmainScreen].scale;
    PHImageRequestOptions *options = [[PHImageRequestOptionsalloc] init];
    options.resizeMode  =PHImageRequestOptionsResizeModeExact;
    options.deliveryMode =PHImageRequestOptionsDeliveryModeHighQualityFormat;
    
    PHAsset *asset = assets[i];
    CGSize size =CGSizeMake(asset.pixelWidth / scale, asset.pixelHeight / scale);
//    // 獲取圖片
    [[PHImageManagerdefaultManager] requestImageForAsset:assettargetSize:size contentMode:PHImageContentModeDefaultoptions:options resultHandler:^(UIImage *_Nullable result,NSDictionary *_Nullable info) {
      NSData *imageData =UIImageJPEGRepresentation([selfimageWithImageSimple:resultscaledToSize:CGSizeMake(200,200)], 0.5);
      [selfossUpload:imageData];

    }];
  }
}

關于怎么在iOS中實現從系統相冊選取多張照片就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

另外有需要云服務器可以了解下創新互聯建站vcdvsql.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。

分享文章:怎么在iOS中實現從系統相冊選取多張照片-創新互聯
網址分享:http://vcdvsql.cn/article32/ccespc.html

成都網站建設公司_創新互聯,為您提供軟件開發App開發網站策劃手機網站建設定制網站關鍵詞優化

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

外貿網站建設