LMArrayChangeSets
LMArrayChangeSets copied to clipboard
Updating array-backed UITableViews and UICollectionViews
Results
1
LMArrayChangeSets issues
Sort by
recently updated
recently updated
newest added
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...