自定义UICollectionViewFlowLayout后打印如下错误:
Warning: UICollectionViewFlowLayout has cached frame mismatch for index path 'xxx'
解决方法:
NSArray * original = [super layoutAttributesForElementsInRect:rect];
NSArray * attributes = [[NSArray alloc] initWithArray:original copyItems:YES];