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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:10:40+00:00 2026-05-22T16:10:40+00:00

I have a table containing labels and buttons.on that button i have generated drop

  • 0

I have a table containing labels and buttons.on that button i have generated drop down list . i want to set cell tag and button tag similar. b’cos according to that i have to maintain my function. for your reference following image ll give you idea

As per image, Suppose consider i am having 4 records means the "indexpath.row" for cell is 0-11 now i want to set my button tag and cell tag according following series 0 1 2 3 3 4 5 5 6 7 7 8 9 9 10 11 11  and so on b'cos data records are dynamic.

This is my code in CellForRowAtIndexPath :-NSString *s;
Var=0;

if(indexPath.row<=2)
{
  btn_click.tag=indexPath.row;

    s =[dict valueForKey:[NSString stringWithFormat:@"%d",indexPath.row]];
}
else
{
    if (indexPath.row%3==0)
    {
        Var=(NSInteger)(indexPath.row/3);

    }
    else
    {
        Var=Var+1;
    }

    if(indexPath.row%3==0 && Var==1)
    {       

        btn_click.tag=indexPath.row;
         s =[dict valueForKey:[NSString stringWithFormat:@"%d",indexPath.row]];

    }

    else 
    {
        if (Var>1)
        {
            Var=1;
        }
        btn_click.tag=indexPath.row-Var;
        s =[dict valueForKey:[NSString stringWithFormat:@"%d",indexPath.row-Var]];
    }

}
NSLog(@"CELLTAGTag%d",btn_click.tag);  

}

Thanks & Regards,
Priyanka.

  • 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-22T16:10:41+00:00Added an answer on May 22, 2026 at 4:10 pm

    Give the Button the tag as indexPath.row. Hence you can get the cell using the row value which is also the tag for the UIButton

    yourButton.tag = indexPath.row
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this table containing 3 radio buttons, I want to find out whether
I have a table with each cell containing a label and a text field.
I have a table containing 10 records. I want to fetch 5th and the
I have a table containing attributes Id, Emp_name, dept_name, salary . Now i want
I have a Table containing some information that I need. All these rows also
I have a table containing access logs. I want to know how many accesses
I have a table containing a field called ChannelId. I want to break it
I have a table containing a list of individual prices for a variety of
I have a table containing prices for a lot of different things in a
I have a table containing the runtimes for generators on different sites, and I

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.