Skip to content

Instantly share code, notes, and snippets.

@factoryhr
Created January 28, 2020 07:17
Show Gist options
  • Save factoryhr/304ff17a65287de429c1f1ad78dc22d2 to your computer and use it in GitHub Desktop.
Save factoryhr/304ff17a65287de429c1f1ad78dc22d2 to your computer and use it in GitHub Desktop.
protocol CustomCollectionViewDelegate: UICollectionViewDelegate{
func collectionView(sectionPosition collectionView: UICollectionView, for indexPath: IndexPath) -> CollectionPosition
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment