Custom button in UITableViewCell - indexPath
Tuesday, December 9th, 2008Hi all
I am currently working on iPhone app number two when I came across a problem that it has taken me a while to sort out. I wanted to place a button inside each UITableCell I am displaying. I then wanted to call a method when the user pressed that button which would perform some action on the information related to the contents of that cell.
