In article <li7ln6-aa7.ln1 RemoveThis @Hedley.internal.thethurmans.com>,
LPT <no RemoveThis @ahha.net> wrote:
> I'm using a custom view for my accessoryview in a UITableViewCell. I've
> implemented the -(void)tableView:(UITableView *)tableView
> accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath, but
> when I click the accessoryview, this message is not sent. Instead the -
> (void)tableView:(UITableView *)tableView
> didSelectRowAtIndexPath:(NSIndexPath *)indexPath is called. All my other
> tableview delegate methods are invoked as expected, so I must be missing
> something. Can someone give me a hand?
> TIA
Nevermind, I figured it out. Apple sample has the example I needed.
https://developer.apple.com/iphone/library/samplecode/Accessory/index.htm
l