Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Created July 31, 2017 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgpt10/156493fabddcc8947e5031c2317fac31 to your computer and use it in GitHub Desktop.
Save pgpt10/156493fabddcc8947e5031c2317fac31 to your computer and use it in GitHub Desktop.
class CustomCollectionViewCell: UICollectionViewCell{
override var isSelected: Bool{
//Write your code for cell selection here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment