Does anyone know how to reload/refresh a UICollectionView while the collection view is being displayed? Basically I\'m looking for something similar to the standard reloadData m
[self.collectionView reloadData];