We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below is the code am using
let creatorProvider = BasicProvider( dataSource: dataSource, viewSource: ClosureViewSource( viewGenerator: { (data, index) -> CreatorsCollectionViewCell in return CreatorsCollectionViewCell.init() }, viewUpdater: { (cell: CreatorsCollectionViewCell, data, index) in cell.initData(user: data) }), sizeSource: { index, data, collectionSize in // 2. return size for each StoryItemCell here return CGSize(width: 64, height: 64) })
The text was updated successfully, but these errors were encountered:
Yes I also tried but same, it would be great if it supports cells also
Sorry, something went wrong.
No branches or pull requests
Below is the code am using
The text was updated successfully, but these errors were encountered: