自定义UICollectionViewFlowLayout打印错
2017-07-17 本文已影响21人
HAPPY小元宝
自定义UICollectionViewFlowLayout后打印如下错误:
Warning: UICollectionViewFlowLayout has cached frame mismatch for index path 'xxx'
解决方法:
NSArray * original = [super layoutAttributesForElementsInRect:rect];
NSArray * attributes = [[NSArray alloc] initWithArray:original copyItems:YES];