UItableView 附件按钮错误

发布于 2024-11-29 19:41:10 字数 382 浏览 1 评论 0原文

您好,我有一个问题

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

如果我运行应用程序并在第二行的 DisclosureButton 上选项卡,则输出为“0”。如果我在第二行(不是 DisclosureButton)上单击选项卡,则输出为“1”(如方面所示)。该错误仅出现在第二行中,所有其他行都工作正常。

我该如何解决这个问题? 谢谢

Hello I have a problem

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

If I run the app and tab on the DisclosureButton of the second row the output is "0". If I tab on the second row (not the DisclosureButton) the output is "1" (as aspected). The bug is only one the second row, all other rows work fine.

How can I fix this problem?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文