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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:15:33+00:00 2026-05-29T08:15:33+00:00

I want to give custom cell’s UIButton IBAction event. I tried with below code

  • 0

I want to give custom cell’s UIButton IBAction event.

I tried with below code but it crashes.

How can I create delegate & use that in my UITableView class?

Customcell class

-(IBAction)btnShowAttachmentClick:(UITableView *)aTblViewCommon
{
    [(ShowTechAndProfDetailsVC *)aTblViewCommon.delegate performSelector:@selector(showAttachmentsFromCell:) withObject:nil];
}

UIViewController class having UITableView

-(void)showAttachmentsFromCell:(UIButton *)sender
{
    gotoClass *obj = [[gotoClass alloc] initWithNibName:@"gotoClass" bundle:nil];
    [self.navigationController pushViewController:obj animated:YES];
    [obj release];
}

Here is cellForRowAtIndexPath

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{  
    if(appDelegate.intCountSwipeForView == 1 || appDelegate.intCountSwipeForView == 2)
    {
        objCellView = [ViewExpAndEduCustomCell dequeOrCreateInTable:tableView];

        objCellView.selectionStyle = UITableViewCellSelectionStyleNone;
        //objCellView.btnPaperClip.tag = indexPath.row;
        [objCellView.btnPaperClip addTarget:self action:@selector(showAttachmentsFromCell:) forControlEvents:UIControlEventTouchUpInside];


        objCellView.lblName.text = @"asdfsdf";
        objCellView.lblTitleOrCourse.text = @"asdf";
        objCellView.lblStartDate.text = @"23-Nov-2001";
        objCellView.lblEndDate.text = @"04-Feb-2002";


        [objCellView.txtViewSummary setTextColor:TEXT_COLOR_GRAY_FOR_TABLECELL];
        [objCellView.txtViewSummary setFont:[UIFont systemFontOfSize:17.0]];
        [objCellView.txtViewSummary setContentInset:UIEdgeInsetsMake(-5, 0, 0, 0)];
        [objCellView.txtViewSummary setBackgroundColor:[UIColor clearColor]];
        [objCellView.txtViewSummary setAutoresizingMask:UIViewAutoresizingFlexibleWidth];
    }
if(appDelegate.intCountSwipeForView == 1){
        objCellView.txtViewSummary.text = @"Experience.This is sample text.This text can be of 150 characters.No more than that.You can also attach your achievment but only pdf,Image or video";
        return objCellView;
}
  • 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-29T08:15:34+00:00Added an answer on May 29, 2026 at 8:15 am

    hey have an IBOutlet of you button in Customcell class then in

    - (UITableViewCell *)cellForRowAtIndexPath:(NSIndexPath *)indexPath{
        //creating cell or resusing cell
    
        //after getting the cell and casting it into your Customcell
            [cell.mButton addTarget:self action:@selector(showAttachmentsFromCell:) forControlEvents:UIControlEventTouchUpInside];
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone give me an example of creating a custom set of an Event
I want to know if i can create a custom google maps application,on which
I want to give a link to a postscript file, but first I want
I want to give a minimal js code to random websites so that they
I want to give a user access to a stored procedure, but not to
I want to give a blur effect to my DrawingVisual . I can do
I have custom cell which contains number of rows in it.i want to write
I want to give entirely custom url to my article something like: /games/2010/junee2010/6/Dexter%20the%20Game.html Because
I want to give the row headers and column headers a custom background from
I want to do a custom Timer app. I want it can start up

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.