gpt4 book ai didi

ios - Xcode 仅重新加载 UiCollectionView 中的一个单元格

转载 作者:可可西里 更新时间:2023-11-01 04:34:21 27 4
gpt4 key购买 nike

我只想重新加载 UICollectionView 中的一个单元格。

我知道在 UITableView 中是这样的:

[self.tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPathOfYourCell, nil] withRowAnimation:UITableViewRowAnimationNone];

但是 UICollectionView 呢?

最佳答案

使用名为 reloadItemsAtIndexPaths 的方法:

[self.collectionView reloadItemsAtIndexPaths:@[indexPathOfYourCell]];

关于ios - Xcode 仅重新加载 UiCollectionView 中的一个单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28792964/

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