I have a UITableView with 5 UITableViewCells. Each cell contains a UIButton which is set up as follows:
UITableView
UITableViewCells
UIButton
- (UITableView
I always use tags.
You need to subclass the UITableviewCell and handle the button press from there.
UITableviewCell