Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Last active October 18, 2020 09:32
Show Gist options
  • Save IsaAliev/0167692ce8cf477b82b5625e7e7bf33e to your computer and use it in GitHub Desktop.
Save IsaAliev/0167692ce8cf477b82b5625e7e7bf33e to your computer and use it in GitHub Desktop.
let dependencies: [ViewDependency] = [
.init("TextCell", withNib: false),
.init("NamedImageCell", withNib: false),
.init("AttributeCell", withNib: false),
.init("TextHeaderView", viewKind: UICollectionView.elementKindSectionHeader)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment