allocations before running \'extra loop\'
The code:
Wrap in @autorelease
pool?
Also, why are you setting the image for veryTemp (I assume it's a UIImageView
) 800 times in [veryTemp setImage:coverImage];
?
Finally:
[_albumCovers objectAtIndex:indexPath.row];
You're getting the image object at the exact same index (indexPath.row
) in your loop. I am not quite sure what you're trying to achieve in your code?