TeehanLax / UICollectionView-Spring-Demo

A demonstration of UICollectionView and UIKit Dynamics
MIT License
473 stars 71 forks source link

Fix crash when inserting new cells in a performBatchUpdates block #7

Closed eiskandar closed 10 years ago

eiskandar commented 10 years ago

Great implementation Ash! Thanks for sharing. Just wanted to share a small fix I made to make it work nicely when adding new items in a batch update block.

ashfurrow commented 10 years ago

Thanks! :beers: