Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7308595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T23:34:44+00:00 2026-05-28T23:34:44+00:00

I am using SDWebImage to populate my Tableview with Images (downloaded and displayed). What

  • 0

I am using SDWebImage to populate my Tableview with Images (downloaded and displayed).

What i did was i included the library in my project, then added the nessasry frameworks as mentioned in its GitHub project website.

Then i added #import "UIImageView+WebCache.h" the import, and the delegate SDWebImageManagerDelegate

In the cellForRowAtIndexPath method, i added the following;

CustomCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];

 if (cell == nil) {
 cell = [[CustomCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier];

 [cell.animalImageView  setImageWithURL: [NSURL URLWithString:animal.imageURL]
                                        placeholderImage:[UIImage imageNamed:@"imagenotfound.png"]];

}

I presume this does everything as described in its project website

An UIImageView category adding web image and cache management to the
Cocoa Touch framework An asynchronous image downloader An asynchronous
memory + disk image caching with automatic cache expiration handling A
guarantee that the same URL won’t be downloaded several times A
guarantee that bogus URLs won’t be retried again and again
Performances!

But, when i run the application in on my phone, the scrolling is slow. then when i scroll up and down for awhile, it almost gets stuck (but it still scrolls).

Can someone please go through my code, and tell me what i have missed. I have been stuck with this issue for days. Help

}

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T23:34:44+00:00Added an answer on May 28, 2026 at 11:34 pm

    Here are my thoughts:
    Are you using the [tableView dequeueReusableCellWithIdentifier:MyIdentifier];
    method or are you creating a new cell for each row?
    The cell isn’t autoreleased.
    How big are the images and the default image?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the SDWebImage library to cache web images in my app: https://github.com/rs/SDWebImage/blob/master/README.md
I am using the SDWebImage open source project for loading images asynchronously. I can
I am using SDWebImage to load images into my table view. I would like
I'm using SDWebImage to load images into my table cells - however the images
Using JDeveloper , I started developing a set of web pages for a project
I've gotten far enough to find out I should likely be using SDWebImage for
Using jQuery, how do I get the value from a textbox and then load
Using Google Maps InfoBox - http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/docs/reference.html Currently the map will scroll - pan control
Using Prism, I've got a INFRASTRUCTURE project, where I've got a view with two
Using online interfaces to a version control system is a nice way to have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.