I have changed my ImageCell to a custom ViewCell holding am image and three labels.
The ImageCell was loading images for cells just when they appear on the screen. My custom cell loads all images of all ViewCells during the initial load.
How can I fix this, or how can I enhance my custom ViewCell to implement the same behaviour?
Thanks, Nikolai