DKImagePickerController で複数選択した画像をcollectionviewに入れたいのですが、どうコードを書けば良いのかわからないです。
self.collevtionview.imageView.image = image としてみましたがcollectionviewのimageViewがまず変換で出てこなかったです。。
アドバイスいただけると助かります
collectionviewのコード
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "Cell", for: indexPath) as! PhotoCell return cell }
DKIMagePickerControllerのコード
let photoLibraryAction = UIAlertAction(title: "フォトライブラリから選択", style: .default) { (action) in // アルバム起動 if UIImagePickerController.isSourceTypeAvailable(.photoLibrary) == true { let pickerController = DKImagePickerController() pickerController.maxSelectableCount = 20 pickerController.didSelectAssets = { [unowned self] (assets: [DKAsset]) in // 選択された画像はassetsに入れて返却されるのでfetchして取り出す for asset in assets { asset.fetchFullScreenImage(completeBlock: { (image, info) in // ここで取り出せる //どう書けば良い? }) }
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。