Im using NSOperation to download each cell's image so i don't overload the user with heavy image loading. This works 99% of the times but from time to time i get an nil inside my operation block and the app crash.Im using NSOperation to download each cell's im