How to handle UICollectionView reloadData with selected index path
Issue #434
When calling collectionView.reloadData()
, selected indexpath stays the same, but be aware that order of data may have changed
1 | let selectedData = ... |
Issue #434
When calling collectionView.reloadData()
, selected indexpath stays the same, but be aware that order of data may have changed
1 | let selectedData = ... |