B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

On iPad (iOS 7 GM) with more than 500 pictures the last line of images not show correclty #54

Closed javiergonzper closed 11 years ago

javiergonzper commented 11 years ago

Hi,

On iPad (iOS 7 GM) with more than 500 pictures on Camera Roll (542 to be exactly but it happens with less pictures or with more) on "Camera roll" the last line (the newer images) not appear correctly. The last line have something like a "background" of other line of images. For example if you have two images on the last line you have behind the two images other older images from other row.

Steps to reproduce: 1- Open the example project on iPad (iOS 7 GM) with more than 500 pictures on Camera Roll. 2- Click on "Normal Picker" 3- Select the Album "Camera Roll"

Note: I attach an image with all the images real of the bottom two lines selected. The others images that are not selected are the "background" of images that should not appear.

photo-13-09-13-10-54-27-0

jvanmetre commented 11 years ago

This is fixed in commit ae43e35.

javiergonzper commented 11 years ago

Thanks @jvanmetre :smile: