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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:29:57+00:00 2026-06-15T01:29:57+00:00

I am having a strange problem.I am having a button , and on pressing

  • 0

I am having a strange problem.I am having a button , and on pressing the button I am doing

the following

- (IBAction)btnPressed:(id)sender {

    [ _spinner startAnimating];//where _spinner is a ActivityIndicator

    [self showResult];

}

-(void) showResult{

    sleep(10);

    resultText.text=@"Hi..Sorry.It has been a long wait";

}

But the spinner never starts animating , even though the showResult method gets called

properly. I feel this very strange . When I put [_spinner startAnimating] in the viewDidLoad

it works perfect. Any help is greatly 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-06-15T01:29:58+00:00Added an answer on June 15, 2026 at 1:29 am

    sleep method get called on the main thread causing UI to hang, that’s why you aren’t able to see the activity indicator

    one way to do this:

    - (IBAction)actionbuton:(id)sender {
    
        [_activity startAnimating];
    
        [self performSelectorInBackground:@selector(backgroundProcess) withObject:nil];
    }
    
    - (void) backgroundProcess{
    
        sleep(4);
        [self performSelectorOnMainThread:@selector(processingDone) withObject:nil waitUntilDone:NO];
    }
    
    - (void) processingDone{
    
        [_activity stopAnimating];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a strange problem. I have the following code: dbg(condwait: timeout = %d,
i am having a very strange problem while linking a webcam i xperience following
I am having a strange problem with the .NET TabControl in C# (Visual Studio
I'm having a strange problem with ZeroMQ, in which some messages get stuck, and
I'm having a strange problem with IIS, asp.net and ODBC. My application is driven
We are having a strange problem with the Appfabric DataCache. Sometimes, 1 in 1000
I am having a strange problem which seems to be a problem of ipv6
I'm having a strange problem. I have a HTML page with PHP code which
I'm having a strange problem with unit test in grails, when I try to
I am having a strange problem, maybe something to do with Apache more than

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.