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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:52:33+00:00 2026-05-31T16:52:33+00:00

I have buttons and a selector for the buttons, the code looks like this:

  • 0

I have buttons and a selector for the buttons, the code looks like this:

[cell.secondColumnButton addTarget:self action:@selector(whichButtonDidMasterPressed:)    
                 forControlEvents:UIControlEventTouchUpInside];
[cell.secondColumnButton addTarget:self action:@selector(moreResponsiveButtons:)    
                 forControlEvents:UIControlEventTouchDown];

Right now I have this in the “moreResponsive” selector:

-(void)moreResponsiveButtons:(UIButton*)sender{
   NSLog(@"responsiveButton");
   [sender setAlpha:0.5];
   [sender setBackgroundColor:[UIColor lightGrayColor]];
}

The button is invisible when it’s in a normal state, but I want to change the state to have feedback when the user taps it.

So the question is two-fold, which forControlEvents should I use?

And what code should I put in the selector?

The button i quite big, 250 x 175 points.

  • 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-31T16:52:34+00:00Added an answer on May 31, 2026 at 4:52 pm

    How user knows where to tap a button if it is hidden?

    Try using UIControlEventTouchUpInside like this:

    [cell.secondColumnButton addTarget:self action:@selector(moreResponsiveButtons:)    
                     forControlEvents:UIControlEventTouchUpInside];
    

    EDIT

    [sender setHidden:NO];
    [sender setTitle:@"Hey you pressed this button" forState:UIControlStateNormal];
    

    You can set title on button before touch and it won’t be visible cos button is hidden. After touch you just set hidden to NO and voila. Button is shown with text inside.

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

Sidebar

Related Questions

I have a view hierarchy that looks something like this: UIView (A) UIView >
So I have two buttons in the leftBarButtonItem. This is my code. NSString *todayString
I have buttons on a page that look like: <p> <a href=view.php> <input type=button
I want to have buttons that kind of act like tabs - they switch
Multiple sites have buttons where you can tweet, digg, etc. On this page you'll
In my current .NET and FBML-based facebook app, I have some code that looks
I have two buttons inside sectioned tableview cell thumbs up and thumbs down. Initially
i have this code: setInterval(function() { $('.button2').trigger('click'); $('.button3').trigger('click'); }, 5000); result: it presses .button2
I currently have several action buttons in different pages, and each button performs some
I'm making an input that looks like this: There are many different ways 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.