gpt4 book ai didi

iphone - UICollectionReusableView 使用动画更改标题高度

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

我有带标题的 collectionView,页眉的第一个大小是 X,我想将其更改为 x+50 但带有动画。但是当我更改标题框架时,它只是越过视单元。

    HeaderCollectionView *headerView = [collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:KCollectionHeaderIdentifier forIndexPath:indexPath];
headerView.frame = CGRectMake(headerView.frame.origin.x, headerView.frame.origin.y, headerView.frame.size.width, self.h);

有时 self.h 会得到不同的尺寸;

谢谢。

最佳答案

更改页眉大小

- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout referenceSizeForHeaderInSection:(NSInteger)section

当您想要更改 header 大小时调用 reloadData 委托(delegate)方法。

希望这对您有所帮助。

关于iphone - UICollectionReusableView 使用动画更改标题高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19223387/

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