fix rare duplication of uniqueID values during import when an import candidate is added by a previous insertion block

This commit is contained in:
John Estropia
2021-01-23 16:51:45 +09:00
parent 18aac84335
commit edd8ba55d8
3 changed files with 6 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ extension DiffableDataSource {
*/
open class TableViewAdapter<O: DynamicObject>: BaseAdapter<O, DefaultTableViewTarget<UITableView>>, UITableViewDataSource {
// MARK: Publi
// MARK: Public
/**
Initializes the `DiffableDataSource.TableViewAdapter`. This instance needs to be held on (retained) for as long as the `UITableView`'s lifecycle.