Question

Like in ui table view

i need to set accessory type check mark on UICollectionView

There is no property like setAccessoryType

is there any other property to set accessory type for UICollectionView?

Was it helpful?

Solution

No CollectionCell have not accessory type property.so you have to make checkmark custom way.

enter image description here

UICollectionCell

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top