Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Warning for modifying UICollectionViewLayoutAttributes #60

Open
btate opened this issue Oct 14, 2015 · 0 comments
Open

Warning for modifying UICollectionViewLayoutAttributes #60

btate opened this issue Oct 14, 2015 · 0 comments

Comments

@btate
Copy link

btate commented Oct 14, 2015

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];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant