IGListKit/Examples
Ryan Nystrom 073fc073e0 Prevent duplicate item deletes and drop reload collisions
Summary:
a415ef5552 exposed a bug in `UICollectionView` where its state gets corrupted when deleting the same index path more than once in a single batch update block. This resulted crashes like

```
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x4)
Closes https://github.com/Instagram/IGListKit/pull/657

Reviewed By: jessesquires

Differential Revision: D4913790

Pulled By: rnystrom

fbshipit-source-id: 8f6fcdd2e2438da309fc64ca0ac111b9a0980149
2017-04-19 17:17:41 -07:00
..
Examples-iOS Prevent duplicate item deletes and drop reload collisions 2017-04-19 17:17:41 -07:00
Examples-macOS Remove IGListSectionType 2017-04-19 08:26:30 -07:00
Examples-tvOS Prevent duplicate item deletes and drop reload collisions 2017-04-19 17:17:41 -07:00
pod_setup.sh fixup common files and podspec, #270 2016-12-19 21:44:13 -08:00