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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:31:42+00:00 2026-05-31T13:31:42+00:00

In my app I have custom UITableViewCell , and I have UIStepper and UILabel

  • 0

In my app I have custom UITableViewCell, and I have UIStepper and UILabel in the custom cell. I don’t know how to check which stepper was clicked. So is it a way to know from which cell stepper was clicked?

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    UITableViewCell *cell;
    NSString *CellIdentifier = @"Cell";
    cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
        NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"CustomCell" owner:self options:nil];
        if ([nib count] > 0) {
            cell = self.tbcell;
        }
    }
    return cell;
}
  • 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-31T13:31:43+00:00Added an answer on May 31, 2026 at 1:31 pm

    An alternative is:

    In the method that gets fired when the UIStepper value changes (e.g. @max_, above), you can do the following:

    - (IBAction)stepperValueDidChanged:(UIStepper *)sender {
        UITableViewCell *cell = (UITableViewCell *)[[sender superview] superview];
        // assuming your view controller is a subclass of UITableViewController, for example.
        NSIndexPath *indexPath = [self.tableView indexPathForCell:cell];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom table view cell with images (loaded from app document directory), labels,
On my iphone app, I have a UITableView in edit mode, containing custom UITableViewCell.
In my iPad App, I have one custom class inherited from UIButton. I am
I have created a custom UITableViewCell , but when I dequeue the cell, sometimes
i have created a custom UITableViewCell , but when I dequeue the cell, sometimes
I have a TableView loading a custom cell and loading the data from a
in app i have custom tableview(UITableView *tableView) which subclass of uiviewcontroller & in tableview
I have an table view where i am loaded custom cell from different nib,
In my app, I have a UITableView and each UITableViewCell utilizes a custom background
I've created a custom cell class using these instructions: http://www.bdunagan.com/2009/06/28/custom-uitableviewcell-from-a-xib-in-interface-builder/ Everything worked great, except

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.