UICollectionView reloadData not functioning properly in iOS 7 January 17, 2023 by Tarik Force this on the main thread: dispatch_async(dispatch_get_main_queue(), ^ { [self.collectionView reloadData]; });