LMArrayChangeSets icon indicating copy to clipboard operation
LMArrayChangeSets copied to clipboard

Fix UICollectionView issue

Open matt3 opened this issue 10 years ago • 0 comments

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

matt3 avatar Dec 02 '15 05:12 matt3