How to load a image from url to UITableViewCell?

11,418

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

Share:
11,418

Related videos on Youtube

Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin about 2 years

    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.