Ios swift – How to align CollectionView cells to the left with equal spacing and dynamic widths in Swift iOS?
Aligning CollectionView Cells to Left with equal spacing in between (Cells will be of dynamic width depending on the data received i.e the length of the string that will go in the cell). My Custom View is TrendingView.swift // //…