I have given collectionview constraints
height = 50, leading = trailing = top = 10
i have taken label inside containerview in cell
cell containerview constraints
bottom = top = 5, horizontal center
label constraints with containerview
leading = trailing = top = bottom = 5
code in didload:
let serviceLayout = UICollectionViewFlowLayout()
serviceLayout.minimumInteritemSpacing = 0
serviceLayout.minimumLineSpacing = 0
serviceLayout.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
self.servicesCollectionView.collectionViewLayout = serviceLayout
i am getting like this i need one near by another
i need like this
how do i get collectionview cells near by one another, pls do help
Select your collection view in storyboard