4

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?

user2732294
  • 641
  • 2
  • 10
  • 21
  • 1
    You could maintain your own custom accessory view and hide/show it when you needed. – Adil Soomro Mar 18 '14 at 13:50
  • Here you have the code for the standard checkmark! http://stackoverflow.com/questions/18977527/how-do-i-display-the-standard-checkmark-on-a-uicollectionviewcell – abanet Mar 13 '15 at 10:34

1 Answers1

3

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

enter image description here

UICollectionCell

Rushabh
  • 3,208
  • 5
  • 28
  • 51