UItableView 附件按钮错误
您好,我有一个问题
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论