Rishabh Nautiyal

Results 2 comments of Rishabh Nautiyal

@aatish-rajkarnikar @arthur-stpnv Hey, in my case I had added a check for nil as it fitted my case if collectionView != nil { collectionView.reloadData() } Let me know if something...

Apparently, the collectionView is giving a crash if it is not in the current view controller, so try not reloading a collectionView that is beyond the range of screen