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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:49:53+00:00 2026-06-03T04:49:53+00:00

This methon is really cool: – (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait; But I need something simple

  • 0

This methon is really cool:

- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait;

But I need something simple like it to perform method with number of arguments in main thread like:

- (void)methodWithFirstObject: secondObject:

What is the simplest way to do this?

  • 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-03T04:49:55+00:00Added an answer on June 3, 2026 at 4:49 am

    performSelectorOnMainThread is just a convenient way of playing with an NSOperation which is a convenient way of playing with GDC. If you ever need more functionality, just drop down to the next level. You’ll have to manage a bit more complexity, but will have more flexibility. An awful lot of cocoa is designed this way.

    You’ll want to read up on NSOperation, but I think this will do what you want [typing on my phone, haven’t compiled]

    NSBlockOperation *operation = [NSBlockOperation blockOperationWithBlock:^{
      [self myMethod:foo thatRequiresMultiple:bar andAlso:baz];
    }];
    
    [[NSOperationQueue mainQueue] addOperation:operation];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got this really cool Moq method that fakes out my GetService, looks like
sorry for stupid question. But really interesting and incomprehensible. In this session discussed about
I am not really sure what this method does, or better I am not
This method is working totally right in matlab. but, when I compiled it in
With this method declaration (no overloads): void Method(double d) { // do something with
In this method I return a value of the type Double, but there is
I have this method and it's kind of really big so I can't include
This isn't really related to a specific error; my code is not doing what
This is a really weird one and I'm wondering if I need to change
I'm not really sure why this isn't working, hopefully you can help me find

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.