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

  • Home
  • SEARCH
  • 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 6733459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:46:17+00:00 2026-05-26T10:46:17+00:00

How can I lazy load images in a UITableView cell, with a fade-in effect

  • 0

How can I lazy load images in a UITableView cell, with a fade-in effect when the image is loaded?

  • 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-26T10:46:17+00:00Added an answer on May 26, 2026 at 10:46 am

    You are reffering to Asynchronous images. There is a great article available at: http://www.markj.net/iphone-asynchronous-table-image/

    Within the connectionDidFInishLoading just put the later after this

    UIImageView* imageView = [[[UIImageView alloc] initWithImage:[UIImage imageWithData:data]] autorelease];
    //Paste below code here
    

    to fade it in:

    //Paste following here
    imageView.alpha = 0.0f;
    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:0.5f];
    
    imageView.alpha = 1.0f;
    
    [UIView commitAnimations];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

give some idea about lazy loading,so that i can load more than 20 images
Does SubSonic 2.2 support lazy loading? Can I lazy load a property of an
First Question I use Lazy load of images in ListView to load images in
In the Lazy Load plugin's documentation (A jQuery plugin that loads images only when
I am trying to lazy load the Image Source for the Image Control but
How can I lazy load an association (EntitySet) in LINQ to SQL? You can't
Refering to the lazyloading method at http://open-pim.com/tmp/LazyList.zip , discussed at Lazy load of images
Is it possible I can load an image sprite only when needed? For example
Normal lazy load plug in: $(function() { $(img).lazyload({ placeholder : img/grey.gif, effect : fadeIn
In JavaScript, you can use Lazy Function Definitions to optimize the 2nd - Nth

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.