gpt4 book ai didi

ios - 从可重用 Cell 出列时,自定义 CollectionViewCell 会触发什么方法?

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

我像往常一样使用其父 ViewController 的方法将可重用的自定义 ItemCollectionViewCell 出列

- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath {
ItemCollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"cell" forIndexPath:indexPath];
}

但在我的 ItemCollectionViewCell 上,我实现了 initWithFrame 方法,该方法仅在最初被调用,但在单元格出列以供重新使用时不会被调用。

在调用 [collectionView dequeueReusableCellWithReuseIdentifier:@"cell"forIndexPath:indexPath] 之后重新添加到队列之前,在 ItemCollectionView 中触发的方法是什么父 View Controller ?

最佳答案

-[UICollectionReusableView prepareForReuse] 是方法。 Here是该方法的文档。

关于ios - 从可重用 Cell 出列时,自定义 CollectionViewCell 会触发什么方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14245742/

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