CustomLayout icon indicating copy to clipboard operation
CustomLayout copied to clipboard

UIcollectionViewLayout 自定义layout 瀑布流 支持多区瀑布流 支持设置footer和header

Results 4 CustomLayout issues
Sort by recently updated
recently updated
newest added

比如我要实现微信群聊的效果 ,刚开始是三列,点击的时候 ,放大 ,是两列,但是你这个只能是固定的列数。

生成LayoutAttributes时创建indexPath用indexPathWithIndex,会导致在swift中的collectionView返回组头viewForSupplementaryElementOfKind这个方法取indexPath.section时崩溃。改成 NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:i]; 就好了

可以设置 横向滚动吗?现在是竖向滚动的