Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save froggomad/b740a45aa4919b958edbe1d0e500c1db to your computer and use it in GitHub Desktop.
Save froggomad/b740a45aa4919b958edbe1d0e500c1db to your computer and use it in GitHub Desktop.
extension TitledCollectionViewController: UICollectionViewDelegate {
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
print("tapped cell at \(indexPath)")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment