forum

Home / DeveloperSection / Forums / How to update a specific cell of UICollectionView?

How to update a specific cell of UICollectionView?

Anonymous User 1233 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?

Updated on 15-Jan-2016
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By