gpt4 book ai didi

ios - 将单元格插入 uitableview 的顶部会导致问题

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

这让我抓狂,我的 UITableView 中有部分,但是当我没有部分时,此插入有效。

基本上我在做:

[self.tableView insertRowsAtIndexPaths:array withRowAnimation:UITableViewRowAnimationRight];

我收到这个错误:

The number of sections contained in the table view after the update (5) must be equal to the number of sections contained in the table view before the update (4), plus or minus the number of sections inserted or deleted (0 inserted, 0 deleted).'

我以为它会起作用,但这没有意义。你们对此有何看法?

最佳答案

在发送 insertRowsAtIndexPaths:withRowAnimation: 方法之前和之后,您从 numberOfSectionsInTableView: 方法返回不同的值。

如果您要在 TableView 中创建一个全新的部分,则必须通过向 TableView 发送 insertSections:withRowAnimation: 消息来插入它。

关于ios - 将单元格插入 uitableview 的顶部会导致问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16128380/

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