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 6238007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:08:06+00:00 2026-05-24T11:08:06+00:00

I have a UITableView with custom UITableViewCells. Each cell asynchronously loads an image and

  • 0

I have a UITableView with custom UITableViewCells. Each cell asynchronously loads an image and displays it, this all works fine and the table view scrolls perfectly.

I have now added a “fade in” animation to the cell images, but this breaks the tables
scrolling. When I flick, as soon as an image wants to “fade in” the scroll animation of the tableview will stop dead. Almost as if the newly introduced ‘fade in’ on the cell images interrupts the scroll animation.

Is there any way to bypass this? is this common behavior, or have I managed to do something really weird?

Here is the callback function that gets called once the image is done loading asynchronously (the animation function).

-(void)imageReady:(UIImage *)image FromUrl:(NSString *)url
{
    [UIView animateWithDuration:0.3 animations:^
    {
        [self.imageThumbnail setImage:image];
        self.imageThumbnail.alpha = 1;
    }]; 

}

I set the alpha to 0 at an earlier stage.

All help appreciated.

  • 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-24T11:08:07+00:00Added an answer on May 24, 2026 at 11:08 am

    In my case, all it need was the “UIViewAnimationOptionAllowUserInteraction” option in the animateWithDuration call.

    [UIView animateWithDuration:0.3 delay:0.0 options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction) animations:^
            {
                self.imageThumbnail.alpha = 1;
            } completion:nil];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UITableView with custom background images in each cell. The bottom cell
In my application, i'm using a customised table. Each cell have an uibutton and
I have a UITableview made up with a custom cell loaded from a nib.
I have implemented a custom table view cell. I can get the cell to
I have a custom UITableView using UITableViewCell s. Each UITableViewCell has 2 buttons. Clicking
hi i am working on UITableView custom cell for twitter, for each cell i
I've got a little problem in my UITableViewCell. Each Custom Cell have an UISwitch
I have following problem: I've got an UITableView with 7 custom cells. Each of
I have created an editable UITableView that supports several custom UITableViewCells of my own
UITableView custom cell showing weird results? I have my code below. Everything was showing

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.