Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created June 24, 2020 06:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stevencurtis/5370e55ae22bcbbb6d53bd91a9da1840 to your computer and use it in GitHub Desktop.
CustomCollectionViewCell
class CustomCollectionViewCell: UICollectionViewCell {
@IBOutlet weak var txtLab: UILabel!
override func awakeFromNib() {
super.awakeFromNib()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment