I have a Collection View and I want to calculate the spacing between every single cell programmatically but I can't find out how to do this.
So, how can I calculate the inter-cells spacing between UICollectionViewCells in a UICollectionView with UICollectionViewFlowLayout?