Open btate opened 9 years ago
This throws a warning for modifying these attributes without copying. If you throw a copy in this line, it goes away.
UICollectionViewLayoutAttributes *attributes = [[super layoutAttributesForItemAtIndexPath:indexPath] copy];
This throws a warning for modifying these attributes without copying. If you throw a copy in this line, it goes away.