ashfurrow / ARCollectionViewMasonryLayout

MIT License
185 stars 16 forks source link

Crash when reloading #21

Open ashfurrow opened 9 years ago

ashfurrow commented 9 years ago

This line is problematic, since count returns a NSUInteger, count - 1 yields 18446744073709551615 on a 64 bit processor.