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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:28:27+00:00 2026-06-06T04:28:27+00:00

I am working on the table view and do customization for tableFooterView .What I

  • 0

I am working on the table view and do customization for tableFooterView.What I am doing is :

ClassA.m

- (void)viewDidLoad
{
    FooterViewController    *footerView     =   [[FooterViewController alloc] initWithNibName:@"FooterViewController" bundle:nil];


    // Add selector of Class A to checkOutButton
    [footerView.checkOutButton addTarget:self action:@selector(goToCheckOut) forControlEvents:UIControlStateNormal];

    self.shoppingListTable.tableFooterView.backgroundColor  =   [UIColor clearColor];
    self.shoppingListTable.tableFooterView  =   footerView.view;
}

- (void)goToCheckOut {
    NSLog(@"this is a response from a button");
}

FootViewController.h

@interface FooterViewController : UIViewController
@property (strong, nonatomic) IBOutlet UILabel *amount;
@property (strong, nonatomic) IBOutlet UIButton *checkOutButton;
@end

The outlet are also connected to the xib files as well

However, when I click on the button, it does not respond at all and the log shows nothing….

What I am doing wrong at here. Please help if you have any ideas about this. Thanks

  • 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-06T04:28:30+00:00Added an answer on June 6, 2026 at 4:28 am

    Try this:

    [footerView.checkOutButton addTarget:self action:@selector(goToCheckOut) forControlEvents:UIControlEventTouchUpInside];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working table view on my iphone app, and am implementing a
I'm new to iPhone development. I'm working on a table view (default UITableView subclass)
I'm working on creating a grouped table view. The data is being loaded alright,
I working on grouped table view based work in that in that i want
I am working on a project where I have a table view that is
I am working on a mail application. I have a table view in a
Table view cell imageView is working on the simulator but not on the device..
I'm working with table view and sections...In some case I need do remove one
Im working with a table view, and im wondering why my if-statement is false.
Hi i'm working on project that have a table view with 10 controllers every

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.