UI COLLECTION VIEW - how to set accessory type check mark / discloser on 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?

2

1 Answer

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

enter image description here

UICollectionCell

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like