Users Pricing

forum

home / developersection / forums / how to update a specific cell of uicollectionview?

How to update a specific cell of UICollectionView?

Anonymous User 1520 12 Jan 2016
I have created an app on iPhone using UICollectionView. My problem is I want to update a specific cell inside a UICollectionView. I am using [self.collectionView reloadData] method. But this is not the solution because it will reload whole collection view.
Can anyone tell me how can I update specific cell inside the collection view without reloading whole collection view?

I am a content writter !


1 Answers