LMArrayChangeSets
LMArrayChangeSets copied to clipboard
Fix UICollectionView issue
Fixed a bug where insert/delete caused a move to happen as well which resulted in a crash. e.g. old: {a,b} new: {b}
delete 0 move 1 -> 0 crash: invalid index 1