Skip to content

7.3.3

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 26 Mar 21:18
· 110 commits to master since this release
  • Add method replaceItems(ofSectionAt:with:performDiff:) to MutableObservableArray2D that can replace items of a section at the given index with new items and calculate change diff. For example:
data.replaceItems(ofSectionAt: 1, with: [1, 100, 20], performDiff: true)