gpt4 book ai didi

ios - UITableView 选择事件不起作用

转载 作者:行者123 更新时间:2023-11-28 19:48:44 25 4
gpt4 key购买 nike

我试图让我的 UITableView 中的每个单元格都可以点击。我正在使用 Storyboard,UITableViewDelegate 和 UITableViewDataSource 都在 ViewController.h 中,并且表格正确显示数据。在我的 ViewController.m 中添加了这样的代码

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
long selectedRow = indexPath.row;
NSLog(@"touch on row %ld", selectedRow);
}

问题是,当我单击任何单元格时,不会调用此操作。也许我应该向单元格原型(prototype)添加一些连接?

最佳答案

  1. 你可以尝试设置一个断点,看看它是否被调用。
  2. 检查是否启用了userInteractionEnabled
  3. 检查您的 UITableViewCell 顶部是否有覆盖物阻止触摸传递到您的 UITableViewCell

关于ios - UITableView 选择事件不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30415699/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com