I currently have a UITableView that is populated with a custom UITableViewCell that is in a separate nib. In the cell, there are two buttons that are wired to actions in th
You could use the tag property on the button to specify which row the button was created in, if you're not using tags for anything else.
tag