UICollectionView: remove separators for specific cells only – Ios swift
I need to show separators for every cell in UICollectionView except every first cell of a section. I'm using list layout. So far I have only been able to remove all separators using configuration.showsSeparators = false. My UICollectionView configuration: let…