gpt4 book ai didi

ios - 以前的 UITableView 中的项目出现在新的 UITableView 中

转载 作者:行者123 更新时间:2023-11-28 19:20:35 27 4
gpt4 key购买 nike

我的表格 View 出现问题,因为我从导航 Controller 中弹出一个表格 View ,然后为源推送一个具有类似数据的新表格 View 。我以某种方式看到了旧 TableView 中的单元格。有什么想法吗?

最佳答案

如果这是两个不同的 TableView ,您可能希望为它们提供不同的重用标识符,例如

对于第一个表:UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:@"FirstTableViewCell"];

对于第二个表:UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:@"SecondTableViewCell"];

关于ios - 以前的 UITableView 中的项目出现在新的 UITableView 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9203373/

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