SnapLikeCollectionView
SnapLikeCollectionView copied to clipboard
Crash after reloading
App crashes after reloading collection, if after reloading collection has less items than before.
collectionViewDataSource?.items = thumbnails
collectionView.reloadData()
This code produces crash.
@ponomarenkoartur please share whole of your code! (ex: initializing dataSource etc)