gpt4 book ai didi

objective-c - 无法链接两个tableView的数据源

转载 作者:行者123 更新时间:2023-11-29 04:43:40 25 4
gpt4 key购买 nike

所以我在一个 iOS 应用程序的一个 View 中有两个 TableView。我已将两个 tableView 的委托(delegate)连接到 ViewController,并且应用程序可以正常工作。问题是当我连接到 viewController 的数据源时,因此当我运行应用程序时 Xcode 会返回给我一个 SIGABRT。有人知道我做错了什么吗?

最佳答案

确保 tableView 没有指向不再存在的委托(delegate)。例如,您可能已从代码中删除了委托(delegate),但忘记删除从 TableView 到委托(delegate)的连接。

你能发布你的代码吗?

@interface ViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
{

}


@property (weak, nonatomic) IBOutlet UITableView *Listview;

关于objective-c - 无法链接两个tableView的数据源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9979907/

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