GMImagePicker
GMImagePicker copied to clipboard
Photo gallery issue
Hi, While displaying the images from camera roll only few images are showing and the others are blank(white background) and the scrolling is enabled.
In GMGridViewController.m add this line:
if(scale >= 3)
{
scale = 2;
}
Before :
AssetGridThumbnailSize = CGSizeMake(layout.itemSize.width * scale, layout.itemSize.height * scale);
To decrease Thumbnail size.
Thanks.