forum

Home / DeveloperSection / Forums / How to allow multiple selection in UICollectionView in iOS?

How to allow multiple selection in UICollectionView in iOS?

Anonymous User 5452 23-Dec-2015

I am create an application like Photo album in iPhone.
Can any one tell me that how can I add functionality for multiple selection for specific section in UICollectionView?
I am using this code:

[self.collectionView setAllowsMultipleSelection:YES];

but, the above code will affects all sections.
Please suggest me any solution?


Updated on 23-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By