1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

delegate didFinishPickingAssets did not return `PHAsset` #155

Closed cuzv closed 9 years ago

cuzv commented 9 years ago

Weird, in my project, when did finished select image, I get an array contains all ALAsset, not PHAsset How could be like this ?

Printing description of assets:
<__NSArrayM 0x7fb8ae2d6ef0>(
ALAsset - Type:Photo, URLs:assets-library://asset/asset.JPG?id=583FF079-AC52-4204-9001-8EFD19833443&ext=JPG
)
1and2papa commented 9 years ago

Please update to v3

cuzv commented 9 years ago

@chiunam Thanks, it did work!