我的客户想要这样的新闻页
但是UICollectionView
我不知道该怎么做。我必须使用reusable
元素,因为此页面可能包含无限元素。
想法?
答案 0 :(得分:2)
您可以使用 - (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
并为每个单元格设置不同的大小