Aidos Mukatayev

Results 1 comments of Aidos Mukatayev

I solved my issue following way: Instead of using collectionView.reloadData(), I reloaded the sections of the collectionView. In the view controller with my collectionView I implemented the following method: ```...