Skip to content

Instantly share code, notes, and snippets.

@asobolevsky
Created July 8, 2019 10:24
Show Gist options
  • Save asobolevsky/288c1bcdbf7b78051f599f2a44e2e64f to your computer and use it in GitHub Desktop.
Save asobolevsky/288c1bcdbf7b78051f599f2a44e2e64f to your computer and use it in GitHub Desktop.
extension UICollectionViewCell {
static let reuseID = String(describing: self)
static let nib = UINib(nibName: String(describing: self), bundle: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment