自定义layout中需要重写的方法
Layout类中,有3个方法是必定会被依次调用:
-
prepareLayout: 准备所有view的layoutAttribute信息
-
collectionViewContentSize: 计算contentsize,显然这一步得在prepareLayout之后进行
-
layoutAttributesForElementsInRect: 返回在可见区域的view的layoutAttribute信息,
这个方法不写 集合视图显示不出来,这个方法是将保存的每个item的信息告诉集合视图,进行显示。
此外,还有其他方法可能会被调用:
- (UICollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)indexPath { }
- (UICollectionViewLayoutAttributes *)layoutAttributesForSupplementaryViewOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath { }
- (UICollectionViewLayoutAttributes *)layoutAttributesForDecorationViewOfKind:(NSString *)decorationViewKind atIndexPath:(NSIndexPath *)indexPath { }
- (BOOL)shouldInvalidateLayoutForBoundsChange:(CGRect)newBounds { }
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步