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 method for a UITableview.
Does anyone know how to reload/refresh a UICollectionView while the collection view is being
Share
You can just call:
Individual sections and items can also be reloaded: