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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:49:31+00:00 2026-06-18T15:49:31+00:00

I have a UIButton in a custom cell that I programmatically added: UIButton *tag

  • 0

I have a UIButton in a custom cell that I programmatically added:

UIButton *tag = [[UIButton alloc] init];
[tag addTarget:self action:@selector(buttonClicked:) forControlEvents:UIControlEventTouchUpInside];

And this is my button handler:

-(void)buttonClicked:(id)sender
{
    UIButton *clickedButton= (UIButton*)sender;
    NSLog(@"Button tapped!", nil);
    self.tagTapped = YES;
    self.tagSelected = clickedButton.titleLabel.text;
}

The button tap is registered, but didSelectRowAtIndexPath in my master view controller is not being called. Tapping elsewhere in the cell works, but tapping on the button does not call the method. Any ideas?

  • 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-18T15:49:33+00:00Added an answer on June 18, 2026 at 3:49 pm

    Tapping elsewhere in the cell works, but tapping on the button does not call the method (didSelectRowAtIndexPath).

    That’s by design. Most people use UIButtons to do something different than what occurs when the user selects the row. For example, when browsing voicemails in Apple’s Phone app, tapping the row enables the Call Back & Delete buttons, while tapping the row’s blue AccessoryDetailDisclosureButton displays a new ViewController showing the voicemail’s date & phone number.

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

Sidebar

Related Questions

I have a custom UIButton with UILabel added as subview. Button perform given selector
I have a UIBarButtonItem with UIButton as custom view. The UIButton has a addTarget:action:
I have a very simply subclass of UIButton that will fire off a custom
I have a custom UIButton in my viewcontroller that should have either the image
I have a custom UIButton as follows: UIButton * action = [UIButton buttonWithType:UIButtonTypeCustom]; [action
I have a UIButton inside my custom cell and I want to trigger an
I have a custom UIButton added as subview to a UIView subclass. In my
I have a custom UITableViewCell that has 2 UITextFields and a UIButton . The
I have a custom UIbutton in every cell of my tableview. This UIbutton works
I have a custom table view cell view that contains a button. I initialize

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.