akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
893 stars 106 forks source link

Warning for modifying UICollectionViewLayoutAttributes #60

Open btate opened 9 years ago

btate commented 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];