ios-UICollectionView瀑布流布局.zip

时间:2022-07-31 13:07:06
【文件属性】:

文件名称:ios-UICollectionView瀑布流布局.zip

文件大小:2.89MB

文件格式:ZIP

更新时间:2022-07-31 13:07:06

瀑布流

大体思路: 1、在FlowLayout里面的prepareLayout方法中计算所有cell及“底部上拉加载更多视图”的frame 2、在layoutAttributesForElementsInRect中返回上一部我们计算好的frame的集合 3、在collectionViewContentSize中重新计算UICollectionView的内容尺寸 核心文件:ShopFlowLayout


网友评论