I have a tableView with customCell which displays three images in each row.When i scroll down or up it is taking little bit time to move up or down even though i resized image.I have loaded images from folder.
I have a tableView with customCell which displays three images in each row.When i
Share
Because u are fetching all the images at the time of scrolling and scrolling gets slower.
You should use SDWebImage classes, heres link that uses caching schemes to load those images whose rows are there to be shown on UITableView