I am new to iOS developer, using Storyboard I get Image from the URL and load an image to the UITableviewcell when scroll the tableview the table will scroll very slowly and struck to scroll.
I am new to iOS developer, using Storyboard I get Image from the URL
Share
Here check ou the following links , you should use lazy loading for this,
Lazy load images in UITableView
Loading images from a URL into a UITableViewCell's UIImageView
Load image to a tableView from URL iphone sdk
Lazy load images in UITableViewCell