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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:33:23+00:00 2026-05-27T13:33:23+00:00

Hello I have a problem with UITableView freeze, downloadItem below gets called when someone

  • 0

Hello I have a problem with UITableView freeze,

“downloadItem” below gets called when someone clicks on a button on the iPad. Its supposed to download a file and then return.

During the download, while stuck in that function, I want the UI to still be responsive, so I installed a runloop like below.

The actual downloadItem function is WAY more complicated than shown below, but what is shown is the basic idea of it. I know this isn’t the best way, but for other reasons, I can’t change it at this time, especially due to the existing complexity of the actual function.

The problem is that I also have a UITableView on the screen (as well as the button), if the UITableView is clicked or scrolled while in this function, in the runloop, the UITableView sometimes freezes up, and remains frozen even after exiting this function. This doesn’t happen every time for some reason, maybe 40% of the time.

Does anyone know how to fix, is the RunLoop call below done right? Why when I click on the UITableView while in the runloop below, the table sometimes freezes up?

-(IBAction) downloadItem
{
    BOOL downloading=TRUE;
    callFunctionsToStartdownload(...);
    while (downloading) {
        downloading=DownloadSomeBytes(...);  
        CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, YES);
    }
}

thanks

  • 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-27T13:33:23+00:00Added an answer on May 27, 2026 at 1:33 pm

    In general, this seems unnecessary. You want the processing of downloaded bytes to be in a thread (which this does not address), but the actual asynchronous NSURLConnection should do its work in a thread (and then calls back to the thread that started it).

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

Sidebar

Related Questions

Hello I have a problem with UIScrollView and I hope someone can help me.
Hello I have a problem with my connection string below: <configuration> <connectionStrings> <add name=ApplicationServices
Hello I have a problem. I am using the below function to create a
Hello I have problem to put together animations of two separate objects to second
Hello I am a Java web app developer I have a problem, I would
Problem Hello all! I have this code which takes my jpg image loops through
Hello I have a problem with fetching required rows from MySQL table correctly within
Hello I have a problem with this http://jsfiddle.net/E7dGA/1/ When the script starts and you
Hello I have a problem while trying to run a makefile. I change the
Hello I have a problem with compiling a ghostscript from ports in openbsd 4.7.

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.