Skip to content

Instantly share code, notes, and snippets.

@MaherKSantina
Created July 24, 2018 08:33
Show Gist options
  • Save MaherKSantina/feadf84bbe2fb287650637d8257a0d56 to your computer and use it in GitHub Desktop.
Save MaherKSantina/feadf84bbe2fb287650637d8257a0d56 to your computer and use it in GitHub Desktop.
MSPCVDI Snippet 0
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
return cellSpacing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment