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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:56:48+00:00 2026-06-11T16:56:48+00:00

I am new to IOS development. I am working on an app in which

  • 0

I am new to IOS development. I am working on an app in which I have few rows and a button in front of each row. In the cellForRowAtIndexPath I have created a function called buttonPressed() and in that function I want to get the data only corresponding to the button I click. Can you help me with this?

Here’s what I am doing.

   -(void) buttonPressed: (id) sender withEvent: (UIEvent *) event 
   {
       UITouch *touch= [[event allTouched] anyObject];
       CGPoint location = [touch locationInView: self.tableView];
       NSIndexPath *indexPath = [self.tableView indexPathForRowAtPoint:location];
       trackedUser = [searchResult obectAtIndex:indexPath.row];
   }

trackedUser is the object of a class which contains the details of a user like his name, id etc. And SearchResult is an array which displays the list of usernames (on searching in the search bar) in the table view controller.

  • 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-11T16:56:49+00:00Added an answer on June 11, 2026 at 4:56 pm

    Modify your cellForRowAtIndexPath-Adding button to cell code like below

    UIButton *yourButton = [[UIButton alloc] initWithtarget:..] //creating UIButton with frame and target method
    yourButton.tag= indexPath.row;
    [cell addSubview:yourButton];
    [yourButton release];
    

    Then modify your buttonPressed method as below

    -(void) buttonPressed: (id) sender withEvent: (UIEvent *) event 
    {
           UIButton *myBtn = (UIButton *)sender;
           trackedUser = [searchResult obectAtIndex:myBtn.tag];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am new to iOS development i am working on an app which is
I am fairly new to iOS development and trying make a simple app which
I'm new to apple's development scene and have been working on an app for
I am new to iOS development so please bear with me. I have created
Hi I am new to iOS development, and my app i am working on
I am new to ios development. I developed an app which display some images
I'm new to iOS development and am working on this app that has a
I'm new in iOS development, and met this library linking problem in last few
I am new in ios development. I want to develop custom navigation button method.
I'm new to iOS development so I'm confused. I have a ViewController, in this

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.