All good.
There's an app that interacts with Parse.com. There is a custom cell with a PFImageView, which is filled by the picture is approximatelycell.imageView.file = ((PFFile *)food[@"Image"]);
[cell.imageView loadInBackground];
If you do such a PFImageView in a normal cell, the image jump as a hit (and it is clear, the ...