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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:31:28+00:00 2026-06-05T03:31:28+00:00

Can anyone tell me why I can’t return a NSMutableArray there: -(NSMutableArray)makeServiceRequest:(UIViewController *)sender {

  • 0

Can anyone tell me why I can’t return a NSMutableArray there:

-(NSMutableArray)makeServiceRequest:(UIViewController *)sender
{
     NSMutableString *urlString= [NSString stringWithFormat:@"http://www.servicedata/%@", _searchValue];

     dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
        NSData* data = [NSData dataWithContentsOfURL:
                        [NSURL URLWithString: urlString]];

        NSError* error;

        NSMutableArray *json = [NSJSONSerialization JSONObjectWithData:data
                                                               options:kNilOptions
                                                                 error:&error];

        dispatch_async(dispatch_get_main_queue(), ^(){
            NSLog(@"json arrived");
            return json;
        });
    });
}

I’ve it well declared on the header file. And is there any way to turn that into a class method?

  • 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-05T03:31:30+00:00Added an answer on June 5, 2026 at 3:31 am

    You cant do this, you dispatch block is equivalent to creating another thread and letting it go, by the time your block executes the method makeServiceRequest has already executed and is no longer in scope, what you need to do it notify the caller that their request is done via protocols or notifications… the flow goes like

    • Caller calls the method
    • Method executes, starts the block on a different thread and returns
    • Caller keeps going about his business
    • Eventually the block is executed, to get back to the caller we need to use either protocols or notifications (ther are other ways but those two are the best imo)

    If you want to learn about NSNotifications check out this questions

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

Sidebar

Related Questions

Can anyone tell me what is causing the space below the images? There seems
Can anyone tell me what am i missing here: http://www.latitude18films.com/webtest/international.html All my Thumbnail with
Can anyone tell me why this query would return this record? query: db.sales.findOne({qualified: true,
can anyone tell me the function of following code. is the code line NSString*
Can anyone tell me why this isn't working for me? Example page here http://totalcommunitycollegemove.com/post-438.html
Can anyone tell me if there are RDBMSs that allow me to create a
Can anyone tell me if there is a better way to search an XML
Can anyone tell me what syntax highlighting theme is in use here? http://jamierumbelow.net/images/code.png Jamie
Can anyone tell me how to use Xstream in Blackberry . In java there
Can anyone tell me whether Helvetica is a browser base font? If so, it

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.