I am working on iOS application where I am displaying images in a grid using AQGridView Library, we initially display some images and as user scrolls down we load more, the issue we are facing is that as new data arrives and we call reloadData on gridview all images in gridview blink and then reappear, we are trying to remove that 1 sec blink because it looks very bad.
We observed the same behavior when we tried UITableView.