Collection view's reload data has been changed to reload sections
This commit is contained in:
parent
2969fbe70d
commit
8b07d0cbde
|
|
@ -101,7 +101,7 @@ class RxCollectionViewReactiveArrayDataSource<Element>
|
|||
func collectionView(_ collectionView: UICollectionView, observedElements: [Element]) {
|
||||
self.itemModels = observedElements
|
||||
|
||||
collectionView.reloadData()
|
||||
collectionView.reloadSections(NSIndexSet(index: 0))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue