1

I have a UICollectionView with two columns. I need to put a vertical line through out my collectionView between the columns. Is it possible? Which property of collectionView allows us to achieve it?

MrDank
  • 2,020
  • 2
  • 17
  • 39

1 Answers1

1

Yes this is possible. I suggest you have a look at Decoration views for the collection view - it will allow you to do this. Here is a tutorial: https://markpospesel.wordpress.com/2012/12/11/decorationviews/

totiDev
  • 5,189
  • 3
  • 30
  • 30