Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
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