i am a newbie to iphone development.
I am working on a project where i am having a UItableview , i placed a button in each row . Now my UItableView have a cell.textlabel, detailLabel, and a button placed programatically.
In cell.textlabel i have some values from json(each label have different values) and just at the right corner of each row , i placed a button.
Now i want the cell.textlable.text value of that row only whose button is pressed.
I am getting the same value for each button. So , my question is , how to get labeltext value of the specific row whose button is pressed ?