WSLWaterFlowLayout icon indicating copy to clipboard operation
WSLWaterFlowLayout copied to clipboard

功能描述:WSLWaterFlowLayout 是在继承于UICollectionViewLayout的基础上封装的控件, 目前支持竖向瀑布流(item等宽不等高、支持头脚视图)、水平瀑布流(item等高不等宽 不支持头脚视图)、竖向瀑布流( item等高不等...

Results 6 WSLWaterFlowLayout issues
Sort by recently updated
recently updated
newest added

纯代码创建的cell, 还会有复用的bug 会自动改变我设置的高度,楼主能写一个纯代码的cell 让我看看,如何写的么

//返回头脚视图 - (UICollectionReusableView *)collectionView:(UICollectionView *)collectionView viewForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath{ if ([kind isEqualToString:UICollectionElementKindSectionHeader]) { // CollectionHeaderAndFooterView *headerView = [collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"sectionHeader" forIndexPath:indexPath]; // headerView.titleLabel.text = @"头视图"; // headerView.titleLabel.backgroundColor = [UIColor orangeColor];...

malloc: *** mach_vm_map(size=1441792) failed (error code=3) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug

您好,请问这个如果需要头部悬停的话怎么处理?

处在底部的时候刷新layout加载有问题不会完全加载出来只有滚动到cell 位置时候才会更新Layout 不只是不是apple 的bug