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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:24:45+00:00 2026-06-14T16:24:45+00:00

I have an ios spinner that becomes unhidden and starts when I call it

  • 0

I have an ios spinner that becomes unhidden and starts when I call it to (when a user logs in), and should stop and go back to being hidden if it is successful or unsuccessful using the code:

[spinner stopAnimating];

However, for some reason, it just keeps spinning and therefore remains unhidden. I thought that something simple like this would only require the “spinner stop animating” method…
(by the way, I named the spinner “spinner”)

  • 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-14T16:24:45+00:00Added an answer on June 14, 2026 at 4:24 pm

    In my case, I do this:

    // on main thread
    -(void)spinnerStopAnimating {
        if ([self.activityIndicatorView isAnimating]) {
            [self.activityIndicatorView stopAnimating];
        }
    }
    

    Here, I have my activity indicator initialized in the following way:

    - (void)awakeFromNib
    {
        activityIndicatorView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
        [self addSubview:self.activityIndicatorView];
    }
    

    And started in this way:

    CGRect rect = self.frame;
    self.activityIndicatorView.center = CGPointMake(rect.size.width /2.0, rect.size.height / 2.0);
    
    [self bringSubviewToFront:self.activityIndicatorView];
    [self.activityIndicatorView startAnimating];
    

    This also positions the spinner in the middle of the view.

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

Sidebar

Related Questions

I have an iOS app that uses a number of enums for valid values,
I have an iOS app with a UITableView that has flexible width, which allow
I have an iOS app that stores two NSMutableArray 's as objects in NSUserDefaults
I have an iOS app that implements a custom subclass of UIDocument that encapsulates
I have an ios application that runs on xcode 3.2.6. I want to change
I have an iOS project that is built upon a framework project that we
I have an iOS app that makes phone calls using the Telephone application by
I have an iOS project that I've put in Dropbox to work with a
Just getting started with Obj-C and iOS programming. I have some code that loads
I have ios native app for ipad with bar i want that app to

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.