Enhancements
-
Added a more defensive check for NaN values in item bounds when applying layout attributes in
-[IGListCollectionViewLayout layoutAttributesForItemAtIndexPath:]. Minqi Ma (358fe894) -
Improved assertion details in
IGListAdapter+UICollectionView.m. Maxime Ollivier (7240131c) -
Formalized assertions that
IGListAdapterDelegateAnnounceris main-thread confined. Andrew Cuneo (7dddb0d4)
Fixes
-
An
EXC_BAD_ACCESScrash inIGListSectionMap.mduringIGListAdapterdeallocation. Hoà V. DINH (d1ddab8e) -
A crash where an index value provided to
-[IGListBindingSectionController sizeForItemAtIndex:]was out of bounds. Kaur Ishnoor (0a0b11bd)