The issue I am having is this:
1) Some of the preview thumbnails do not show, but displays the full picture when clicked as it's meant to when clicked. This is the main code that implements the thumbnails:
` NSString *imageToLoad = [NSString stringWithFormat:@"%d.JPG", indexPath.row]; cell.image.image = [UIImage imageNamed:imageToLoad];
return cell;`
So the '@"%d.JPG",' receives the files as need.
2) Also, I've tried in the properties panel to change the spacings so the pictures are not right against the edge, seems to have no effect, any thoughts on this?
Many thanks :)