gpt4 book ai didi

iphone - didSelectRowAtIndexPath 不工作

转载 作者:行者123 更新时间:2023-11-28 18:13:05 25 4
gpt4 key购买 nike

在我的应用程序中,我想从我的 UITableView 中捕捉 react ,但我不知道为什么它不起作用:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
NSLog(@"touched!");
}

我定义了委托(delegate)

@interface TableViewController : UIViewController <UITableViewDelegate>

我勾选了 nib 文件中的“用户交互启用”,向文件所有者显示了委托(delegate)。

我还将 tableView.delegate = self; 写入 viewDidLoad。我错过了什么?

最佳答案

尝试在 IB 中建立代理连接。并检查你是否声明了这个:UITableViewDataSource

连同 UITableViewDelegate

关于iphone - didSelectRowAtIndexPath 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12331199/

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