gpt4 book ai didi

ios - 如何更改不可见单元格的 UICollectionViewCell 选择?

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

有什么方法可以更改不在“visibleCells”中的 UICollectionViewCell 的“选定”成员吗?(除了保存最后一个选定单元格的 Cell 对象...)

最佳答案

为了更改项目的选定状态,您应该调用方法 selectItemAtIndexPath: 项目可以重复使用,因此如果您调用 UICollectionViewCell 的 setSelected 方法,它可能没有选择正确的项目。

[self.collectionView selectItemAtIndexPath:indexPath animated:NO scrollPosition:UICollectionViewScrollPositionNone];

如果你想取消选择它,你可以使用以下方法:

[self.collectionView deselectItemAtIndexPath:indexPath animated:NO];

关于ios - 如何更改不可见单元格的 UICollectionViewCell 选择?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31454083/

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