Users Pricing

forum

home / developersection / forums / how to allow multiple selection in uicollectionview in ios?

How to allow multiple selection in UICollectionView in iOS?

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


I am a content writter !


1 Answers