Hi guys
I want to create a ScrollView with a height of 200 that you can scroll horizontally.
This actually works just great but there's just one problem: all the remote images (can range from 10-200) load INSTANTLY instead of lazy loading (like in a TableView).
Is there any way I can achieve this horizontal scroll without compromising lazy loading?