I am using lazy loading to show images on a table view.
But I need to create a tableview with multiple images in every cell.Which can be scrolled.
All images are loaded from
Try this code. SDWebImage. It downloads image from server and save it to device cache.
Also if you don't want save it to cache then you might have a look at AFNetworking.