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
let headerAdapter = CollectionHeaderFooterAdapter<EmojiHeaderView> { cfg in cfg.events.dequeue = { ctx in // -- Why don't call back here? ctx.view?.titleLabel.text = ctx.section?.identifier ?? "-" } cfg.events.referenceSize = { ctx in return CGSize(width: self.view.frame.size.width, height: 127) } } director?.registerHeaderFooterAdapter(headerAdapter)
The text was updated successfully, but these errors were encountered:
#6 Fix missing dispatch dequeue event for collection's header/footer
da93946
#6 Fixed header/footer reference height event
58fc27a
Thank you for your report. I had just fixed it for 1.0.2 milestone.
Sorry, something went wrong.
malcommac
No branches or pull requests
The text was updated successfully, but these errors were encountered: