UItableView accessoryButton错误

时间:2011-08-15 17:02:03

标签: iphone objective-c uitableview row

您好我有问题

I implement this method
 - (void)tableView:(UITableView *)tableView    accessoryButtonTappedForRowWithIndexPath: NSIndexPath *)indexPath
     {
     NSLog(@"Row=%i",indexPath.row);
     }

如果我在第二行的DisclosureButton上运行app和tab,则输出为“0”。如果我在第二行(而不是DisclosureButton)上选项卡,则输出为“1”(如预期的那样)。该错误只是第二行中的一行,所有其他行都可以正常工作。

如何解决此问题? 感谢

0 个答案:

没有答案