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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:18:40+00:00 2026-06-01T00:18:40+00:00

I am woundering how I could show a activity indicator on a cell from

  • 0

I am woundering how I could show a activity indicator on a cell from the didselectCellFromIndexPath method?

basicly i want to start the activity indicator animation from the did select then once I get a return from my parsing class I would stop the animation and replace with a tick. but im not sure how to do this inside the didselectcell method? this is the code I would use.

cellActivityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
        [cell setAccessoryView:cellActivityIndicator];
//then
[cellActivityIndicator startAnimating];
//then
[cellActivityIndicator stopAnimating];

but i just need some advice on doing it inside indexPath:didSelectRowAtIndexPath: 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-01T00:18:42+00:00Added an answer on June 1, 2026 at 12:18 am

    In your didSelectRowAtIndexPath method, you can access the cell itself using:

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    { 
        UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    
        //Initialise, add to cell's view and start your activity indicator
    
        dispatch_async( dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
    
            //Call your function or whatever work that needs to be done
            //Code in this part is run on a background thread
    
            dispatch_async(dispatch_get_main_queue(), ^(void) {
                //Stop your activity indicator
                //Code here is run on the main thread
            });
        });
    }
    

    This method uses libdispatch/Grand Central Dispatch and requires you to have iOS 4 or greater.

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

Sidebar

Related Questions

I was wondering if you could show me all the various ways to declare
I was wondering if anyone could show me how to search this array that
I was wondering how could I remove one (wrongly inserted) entry/word from the ispell
just wondering if anyone could show me how to do a couple simple commands
I was wondering if anyone could help me get the leading zero to show
I was wondering if i could get some help with filtering a select list
I was wondering if anyone could show me a simple way of creating buttons
I am wondering if anyone could show, or explain with examples, how facebook checks
I was wondering if someone could show me how to change the following sql
I was wondering how could I be able to show users warning or information

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.