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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:55:12+00:00 2026-06-09T16:55:12+00:00

All is title :) I have this method : [[NetworkManager sharedInstance] getContentFromUrl:url withId:@json onResultBlock:^(NSData

  • 0

All is title 🙂
I have this method :

[[NetworkManager sharedInstance] getContentFromUrl:url withId:@"json" onResultBlock:^(NSData *data, NSString *identifier) {
            NSLog(@"done")
    } onFailureBlock:^(NSError *error, NSString *identifier) {
        NSLog(@"error");
    }];

And in my app, i have one tableview with 50 cells.
When i run my app and that i move the tableview with my finger, the “done” message not appears. So, the next download does not start 🙁
But when i release my finger on the tableview, the “done” message appear…

information:
The method getContentFromUrl instanciates an object that is subclassed by NSOperation. In this object, i fetch the content with NSURLConnection initWithRequest:delegate:
Then, the object is add in NSOperationQueue.

Thx for answers 🙂

  • 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-06-09T16:55:13+00:00Added an answer on June 9, 2026 at 4:55 pm

    Your NetworkManager class is scheduling asynchronous NSURLConnection objects on the main thread in the default run loop mode. While your finger is down, the run loop is put into the NSEventTrackingRunLoopMode mode instead. This will pause the connection.

    NetworkManager should be modified to schedule the connection explicitly using NSRunLoopCommonModes. This includes the default mode and the event-tracking mode.

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

Sidebar

Related Questions

I have an NSDictionary that holds all the data: One title (not important for
I thought this was fixed in 4.0. I have this method public IQueryable<T> All(Expression<Func<T,object>>
I have some Sql Server database, and I return the data with this method:
I just want what my title says.I have already read all the previous similar
The title more or less says it all: I have a function which takes
The title pretty much says it all, but basically I have a main parent
All, i have the following model defined, class header(models.Model): title = models.CharField(max_length = 255)
First of all, I have no idea if the title even reflects my question.
First of all, I have to apologize for not having a better title. Feel
First of all, excuse my poor topic title. I simply have no idea how

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.