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

Image blur in picking view controller #153

Closed yuchaozh closed 8 years ago

yuchaozh commented 8 years ago

Hi,

I am running your library in IOS 9, but I found the images in the picking controller and the cover for album are blur. Does other has the same issue? Do you know how to fix this?

Thanks.

1and2papa commented 8 years ago

Hi @yuchaozh, do you have any screenshots provide?

scharli commented 8 years ago

Moment image is iOS library and the other CTAssets

img_0316 img_0315

scharli commented 8 years ago

I think that asset.thumbnail in CTAssetsViewCell is returning a small image than in iOS 8

1and2papa commented 8 years ago

@scharli, I believe the screenshot is come from v2 which use ALAsset framework. Please update to v3.

scharli commented 8 years ago

Yes, i update shortly, thanks!

yuchaozh commented 8 years ago

Hi @chiunam , I am trying to update the this library. I am running the demo provide by you. But I cannot compile it. The error is as following: cta - error Do you know how to fix this?

Thanks a lot.

yuchaozh commented 8 years ago

thumb_img_1030_1024 here is the error image

1and2papa commented 8 years ago

@yuchaozh, might I know your Xcode & SDK versions?

yuchaozh commented 8 years ago

Xcode version: 6.3.2 SDK: IOS 8.3

Oh, By the way, The image picker library did not show all the images and videos. For example, in real device the "all photos" I have 1678 photos and 820 videos. But in the library the "all photos" only show 32 photos and 6 videos. Do you know the reason why?

yuchaozh commented 8 years ago

I updated my xcode and enable to run the V3 demo now! Nice, the new version shows all photos and videos under the "all photos" category. However, there is no check mark for selected photos. You disabled this feature?

1and2papa commented 8 years ago

@yuchaozh it was my mistake in last update; added new album types that only available in iOS 9 SDK so it throws error in Xcode 6. Given that Xcode 7 and iOS 9 SDK can built app for iOS 8.1 or above, this error won't be fixed at this moment.

Re the checkmark image, it was included in the library, you might need to run the pod install as mentioned in wiki.

yuchaozh commented 8 years ago

Thanks a lot. The no check mark issue happens in the library demo for "simple use", but when I use the library in my application there is no such error. I am using your library perfectly. Thanks.

1and2papa commented 8 years ago

@yuchaozh Okay. Issue closed.