Skip to content

Instantly share code, notes, and snippets.

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