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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:41:55+00:00 2026-05-14T16:41:55+00:00

In a project, I change a UILabel’s text with setText, a UIButton’s color and

  • 0

In a project, I change a UILabel’s text with setText, a UIButton’s color and after that do a time consuming calculation, followed by an animation.

However, the text’s and color’s change is reflected after the calculation is executed (and before the animation begins) however I want to reflect the changes immediately before calculation (as you guess it is a waiting text)

How can I achieve 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-05-14T16:41:56+00:00Added an answer on May 14, 2026 at 4:41 pm

    Move the calculation off the main thread.

    All drawing is performed when the run loop gets time. If you are performing a calculation on the main thread, you are blocking the run loop and thus blocking drawing. When the calculation finishes, use performSelectorOnMainThread to start the animation or whatever else needs to happen in the UI when the calculation completes.

    Edit:

    A quick way to perform your calculation on the main thread but give the run loop a chance to update UI is with a delay call. Use a delay of 0.1 seconds or so. You can do essentially the same thing with an NSTimer. This is in NSRunLoop.h

    - (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay;

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

Sidebar

Related Questions

I need to change some text values inside an after effect project file that
Is it possible to change the assembly name based on the project configuration? I
Where I can change compiler options for C# project in VisualStudio 2008 (without command
We have a requirement in project to store all the revisions(Change History) for the
I want to change the build system path for building my VC++ project in
There are some build systems that are able to generate platform specific project files
How might I change my project game's display mode from 4:3 to 16:9?
I once attempted to change my project's default namespace in Project -> Project Name
I have recently joined a project that is using multiple different projects. A lot
Interesting problem. In a project scope change, I broke one application into two applications.

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.