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?
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?
No CollectionCell have not accessory type property.so you have to make checkmark custom way.