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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:40:50+00:00 2026-05-26T17:40:50+00:00

How can I disable a UIButton from being pressed… while I show a graphic

  • 0

How can I disable a UIButton from being pressed…
while I show a graphic for 5 seconds?

    self.view.userInteractionEnabled = NO; // if you need the whole view  disabled
    //self.btn.enabled = NO; //if you need button only disabled

    [UIView animateWithDuration:3.0f animations:^ 
        {
            // your graphical changes
            [(UILabel*)addLbl[1] setBackgroundColor:[UIColor redColor]];
        } 
    completion:^ (BOOL finished) 
        {

            self.view.userInteractionEnabled = YES;
            //self.button.enabled = YES;
            [(UILabel*)addLbl[1] setBackgroundColor:[UIColor whiteColor]];
        }
    ];
  • 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-26T17:40:51+00:00Added an answer on May 26, 2026 at 5:40 pm

    You can use the delay method:

    //make your animations and graphical changes..
    //....
    
    self.myButton.enabled = NO;
    [self performSelector:@selector(changeButton) withObject:nil afterDelay:5.0]; //this will happen after 5 seconds
    
    -(void)changeButton {
    self.myButton.enabled = YES; 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From this post, Android disable screen timeout while app is running , I can
I have a UIButton that I disable for a few seconds after the user
I'm working on an iOS app, and I need to prevent a UIButton from
I was wondering how you can disable button (not submit) with jQuery while a
Using this rather neat approach I can disable weekends and holidays from the datepicker.
How i can disable CComboBox mfc keyboard navigation, i need when i press key
I need to disable a button for 2.56 seconds, long after control is returned
How can I disable all MSVC warnings that come from the boost library? I
you can disable the menu $(document).bind(contextmenu, function(e) { return false; }); you can show
I can disable one and one by doing this: jQuery('#ListBoxA').attr('disabled','true'); But how can I

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.